Html Css Color HEX #2EEC2B Lime Green

📋 copy color: '#2EEC2B'

red 46 ◦ green 236 ◦ blue 43

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

Shades of Lime Green #2EEC2B

Tints of Lime Green #2EEC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 14.15%
G = 72.62%
B = 13.23%

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

#2EEC2B (or 0x2EEC2B) is known color: Lime Green. HEX triplet: 2E, EC and 2B. RGB value is (46,236,43). Sum of RGB (Red+Green+Blue) = 46+236+43=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC2B is #D113D4. Grayscale: #9D9D9D. Windows color (decimal): -13702101 or 2878510. OLE color: 2878510.

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

Color convert

RGB 46 236 43 -
CMYK 0.81 0 0.82 0.07
HSL 119.07º 0.84% 0.55% -
HSV(B) 119.07º 0.82% 0.93% -
XYZ 31.56 60.75 12.35 -
YUV 157.19 63.55 48.69 -
System Red Green Blue C M Y K H S L
Decimal 46 236 43 0.81 0 0.82 0.07 119.07 0.84 0.55
Hex 2E EC 2B 51 0 52 7 77 54 37
Octal 56 354 53 121 0 122 7 167 124 67
Binary 101110 11101100 101011 1010001 0 1010010 111 1110111 1010100 110111

Color Harmonies of #2EEC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC2B

Black with #2EEC2B

Text Example


Text Example

White with #2EEC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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