Html Css Color HEX #2EEC2A Lime Green

📋 copy color: '#2EEC2A'

red 46 ◦ green 236 ◦ blue 42

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

Shades of Lime Green #2EEC2A

Tints of Lime Green #2EEC2A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.84%

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 14.2%
G = 72.84%
B = 12.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#2EEC2A (or 0x2EEC2A) is known color: Lime Green. HEX triplet: 2E, EC and 2A. RGB value is (46,236,42). Sum of RGB (Red+Green+Blue) = 46+236+42=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC2A is #D113D5. Grayscale: #9D9D9D. Windows color (decimal): -13702102 or 2812974. OLE color: 2812974.

HSL color Cylindrical-coordinate representation of color #2EEC2A: hue angle of 118.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EEC2A is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 42 -
CMYK 0.81 0 0.82 0.07
HSL 118.76º 0.84% 0.55% -
HSV(B) 118.76º 0.82% 0.93% -
XYZ 31.54 60.74 12.25 -
YUV 157.07 63.05 48.77 -
System Red Green Blue C M Y K H S L
Decimal 46 236 42 0.81 0 0.82 0.07 118.76 0.84 0.55
Hex 2E EC 2A 51 0 52 7 77 54 37
Octal 56 354 52 121 0 122 7 167 124 67
Binary 101110 11101100 101010 1010001 0 1010010 111 1110111 1010100 110111

Color Harmonies of #2EEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC2A

Black with #2EEC2A

Text Example


Text Example

White with #2EEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,42); }

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

background-color css

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

 a { background-color: rgb(46,236,42); }

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

border-color css

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

 span { border-color: rgb(46,236,42); }

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