Html Css Color HEX #2EFC42 Lime Green

📋 copy color: '#2EFC42'

red 46 ◦ green 252 ◦ blue 66

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

Shades of Lime Green #2EFC42

Tints of Lime Green #2EFC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 12.64%
G = 69.23%
B = 18.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#2EFC42 (or 0x2EFC42) is known color: Lime Green. HEX triplet: 2E, FC and 42. RGB value is (46,252,66). Sum of RGB (Red+Green+Blue) = 46+252+66=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 252 (98.83% from 255 or 69.23% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC42 is #D103BD. Grayscale: #A9A9A9. Windows color (decimal): -13697982 or 4389934. OLE color: 4389934.

HSL color Cylindrical-coordinate representation of color #2EFC42: hue angle of 125.83º 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 #2EFC42 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 66 -
CMYK 0.82 0 0.74 0.01
HSL 125.83º 0.97% 0.58% -
HSV(B) 125.83º 0.82% 0.99% -
XYZ 36.92 70.59 16.83 -
YUV 169.2 69.75 40.12 -
System Red Green Blue C M Y K H S L
Decimal 46 252 66 0.82 0 0.74 0.01 125.83 0.97 0.58
Hex 2E FC 42 52 0 4A 1 7E 61 3A
Octal 56 374 102 122 0 112 1 176 141 72
Binary 101110 11111100 1000010 1010010 0 1001010 1 1111110 1100001 111010

Color Harmonies of #2EFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC42

Black with #2EFC42

Text Example


Text Example

White with #2EFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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