Html Css Color HEX #2EE127 Lime Green

📋 copy color: '#2EE127'

red 46 ◦ green 225 ◦ blue 39

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

Shades of Lime Green #2EE127

Tints of Lime Green #2EE127

RGB

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

 GREEN value IS 225 (88.28% from 255) = 72.58%

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

R = 14.84%
G = 72.58%
B = 12.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#2EE127 (or 0x2EE127) is known color: Lime Green. HEX triplet: 2E, E1 and 27. RGB value is (46,225,39). Sum of RGB (Red+Green+Blue) = 46+225+39=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE127 is #D11ED8. Grayscale: #969696. Windows color (decimal): -13704921 or 2613550. OLE color: 2613550.

HSL color Cylindrical-coordinate representation of color #2EE127: hue angle of 117.74º degrees, saturation: 0.76, 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 #2EE127 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 39 -
CMYK 0.80 0 0.83 0.12
HSL 117.74º 0.76% 0.52% -
HSV(B) 117.74º 0.83% 0.88% -
XYZ 28.42 54.58 10.96 -
YUV 150.28 65.2 53.62 -
System Red Green Blue C M Y K H S L
Decimal 46 225 39 0.80 0 0.83 0.12 117.74 0.76 0.52
Hex 2E E1 27 50 0 53 C 76 4C 34
Octal 56 341 47 120 0 123 14 166 114 64
Binary 101110 11100001 100111 1010000 0 1010011 1100 1110110 1001100 110100

Color Harmonies of #2EE127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE127

Black with #2EE127

Text Example


Text Example

White with #2EE127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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