Html Css Color HEX #2EFC39 Lime Green

📋 copy color: '#2EFC39'

red 46 ◦ green 252 ◦ blue 57

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

Shades of Lime Green #2EFC39

Tints of Lime Green #2EFC39

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.99%

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 12.96%
G = 70.99%
B = 16.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#2EFC39 (or 0x2EFC39) is known color: Lime Green. HEX triplet: 2E, FC and 39. RGB value is (46,252,57). Sum of RGB (Red+Green+Blue) = 46+252+57=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC39 is #D103C6. Grayscale: #A8A8A8. Windows color (decimal): -13697991 or 3800110. OLE color: 3800110.

HSL color Cylindrical-coordinate representation of color #2EFC39: hue angle of 123.2º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC39 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 57 -
CMYK 0.82 0 0.77 0.01
HSL 123.2º 0.97% 0.58% -
HSV(B) 123.2º 0.82% 0.99% -
XYZ 36.68 70.5 15.55 -
YUV 168.18 65.25 40.86 -
System Red Green Blue C M Y K H S L
Decimal 46 252 57 0.82 0 0.77 0.01 123.2 0.97 0.58
Hex 2E FC 39 52 0 4D 1 7B 61 3A
Octal 56 374 71 122 0 115 1 173 141 72
Binary 101110 11111100 111001 1010010 0 1001101 1 1111011 1100001 111010

Color Harmonies of #2EFC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC39

Black with #2EFC39

Text Example


Text Example

White with #2EFC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,57); }

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

background-color css

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

 a { background-color: rgb(46,252,57); }

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

border-color css

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

 span { border-color: rgb(46,252,57); }

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