Html Css Color HEX #2EE027 Lime Green

📋 copy color: '#2EE027'

red 46 ◦ green 224 ◦ blue 39

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

Shades of Lime Green #2EE027

Tints of Lime Green #2EE027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 14.89%
G = 72.49%
B = 12.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#2EE027 (or 0x2EE027) is known color: Lime Green. HEX triplet: 2E, E0 and 27. RGB value is (46,224,39). Sum of RGB (Red+Green+Blue) = 46+224+39=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE027 is #D11FD8. Grayscale: #969696. Windows color (decimal): -13705177 or 2613294. OLE color: 2613294.

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

Color convert

RGB 46 224 39 -
CMYK 0.79 0 0.83 0.12
HSL 117.73º 0.75% 0.52% -
HSV(B) 117.73º 0.83% 0.88% -
XYZ 28.15 54.04 10.87 -
YUV 149.69 65.53 54.04 -
System Red Green Blue C M Y K H S L
Decimal 46 224 39 0.79 0 0.83 0.12 117.73 0.75 0.52
Hex 2E E0 27 4F 0 53 C 76 4B 34
Octal 56 340 47 117 0 123 14 166 113 64
Binary 101110 11100000 100111 1001111 0 1010011 1100 1110110 1001011 110100

Color Harmonies of #2EE027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE027

Black with #2EE027

Text Example


Text Example

White with #2EE027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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