Html Css Color HEX #2EFF90 Medium Spring Green

📋 copy color: '#2EFF90'

red 46 ◦ green 255 ◦ blue 144

#2EFF90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #2EFF90

Tints of Medium Spring Green #2EFF90

RGB

 RED value IS 46 (18.36% from 255) = 10.34%

 GREEN value IS 255 (100% from 255) = 57.3%

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 10.34%
G = 57.3%
B = 32.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EFF90 (or 0x2EFF90) is known color: Medium Spring Green. HEX triplet: 2E, FF and 90. RGB value is (46,255,144). Sum of RGB (Red+Green+Blue) = 46+255+144=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFF90 is #D1006F. Grayscale: #B4B4B4. Windows color (decimal): -13697136 or 9502510. OLE color: 9502510.

HSL color Cylindrical-coordinate representation of color #2EFF90: hue angle of 148.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF90 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 144 -
CMYK 0.82 0 0.44 0
HSL 148.13º 1% 0.59% -
HSV(B) 148.13º 0.82% 1% -
XYZ 41.92 74.11 38.48 -
YUV 179.86 107.76 32.53 -
System Red Green Blue C M Y K H S L
Decimal 46 255 144 0.82 0 0.44 0 148.13 1 0.59
Hex 2E FF 90 52 0 2C 0 94 64 3B
Octal 56 377 220 122 0 54 0 224 144 73
Binary 101110 11111111 10010000 1010010 0 101100 0 10010100 1100100 111011

Color Harmonies of #2EFF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF90

Black with #2EFF90

Text Example


Text Example

White with #2EFF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EFF90; }

 p { color: rgb(46,255,144); }

 H1.HeaderClassName
 {
   color: #2EFF90;
 }
 .AnyTagClassName
 {
   color: #2EFF90;
 }
</style>

background-color css

<style>
 a { background-color: #2EFF90; }

 a { background-color: rgb(46,255,144); }

 div.DivClassName
 {
   background-color: #2EFF90;
 }
 .BgClassName
 {
   background-color: #2EFF90;
 }
</style>

border-color css

<style>
 span { border-color: #2EFF90; }

 span { border-color: rgb(46,255,144); }

 td.TdClassName
 {
   border-color: #2EFF90;
 }
 .TagClassName
 {
   border-color: #2EFF90;
 }
</style>