Html Css Color HEX #2EEA27 Lime Green

📋 copy color: '#2EEA27'

red 46 ◦ green 234 ◦ blue 39

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

Shades of Lime Green #2EEA27

Tints of Lime Green #2EEA27

RGB

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

 GREEN value IS 234 (91.8% from 255) = 73.35%

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

R = 14.42%
G = 73.35%
B = 12.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#2EEA27 (or 0x2EEA27) is known color: Lime Green. HEX triplet: 2E, EA and 27. RGB value is (46,234,39). Sum of RGB (Red+Green+Blue) = 46+234+39=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 234 (91.80% from 255 or 73.35% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA27 is #D115D8. Grayscale: #9C9C9C. Windows color (decimal): -13702617 or 2615854. OLE color: 2615854.

HSL color Cylindrical-coordinate representation of color #2EEA27: hue angle of 117.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EEA27 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 234 39 -
CMYK 0.80 0 0.83 0.08
HSL 117.85º 0.82% 0.54% -
HSV(B) 117.85º 0.83% 0.92% -
XYZ 30.92 59.57 11.79 -
YUV 155.56 62.22 49.86 -
System Red Green Blue C M Y K H S L
Decimal 46 234 39 0.80 0 0.83 0.08 117.85 0.82 0.54
Hex 2E EA 27 50 0 53 8 76 52 36
Octal 56 352 47 120 0 123 10 166 122 66
Binary 101110 11101010 100111 1010000 0 1010011 1000 1110110 1010010 110110

Color Harmonies of #2EEA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA27

Black with #2EEA27

Text Example


Text Example

White with #2EEA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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