Html Css Color HEX #2EE02B Lime Green

📋 copy color: '#2EE02B'

red 46 ◦ green 224 ◦ blue 43

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

Shades of Lime Green #2EE02B

Tints of Lime Green #2EE02B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 71.57%

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 14.7%
G = 71.57%
B = 13.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#2EE02B (or 0x2EE02B) is known color: Lime Green. HEX triplet: 2E, E0 and 2B. RGB value is (46,224,43). Sum of RGB (Red+Green+Blue) = 46+224+43=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE02B is #D11FD4. Grayscale: #969696. Windows color (decimal): -13705173 or 2875438. OLE color: 2875438.

HSL color Cylindrical-coordinate representation of color #2EE02B: hue angle of 119.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE02B is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 43 -
CMYK 0.79 0 0.81 0.12
HSL 119.01º 0.74% 0.52% -
HSV(B) 119.01º 0.81% 0.88% -
XYZ 28.22 54.07 11.23 -
YUV 150.14 67.53 53.72 -
System Red Green Blue C M Y K H S L
Decimal 46 224 43 0.79 0 0.81 0.12 119.01 0.74 0.52
Hex 2E E0 2B 4F 0 51 C 77 4A 34
Octal 56 340 53 117 0 121 14 167 112 64
Binary 101110 11100000 101011 1001111 0 1010001 1100 1110111 1001010 110100

Color Harmonies of #2EE02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE02B

Black with #2EE02B

Text Example


Text Example

White with #2EE02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,43); }

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

background-color css

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

 a { background-color: rgb(46,224,43); }

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

border-color css

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

 span { border-color: rgb(46,224,43); }

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