Html Css Color HEX #2EC921 Lime Green

📋 copy color: '#2EC921'

red 46 ◦ green 201 ◦ blue 33

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

Shades of Lime Green #2EC921

Tints of Lime Green #2EC921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.79%

 BLUE value IS 33 (13.28% from 255) = 11.79%

R = 16.43%
G = 71.79%
B = 11.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#2EC921 (or 0x2EC921) is known color: Lime Green. HEX triplet: 2E, C9 and 21. RGB value is (46,201,33). Sum of RGB (Red+Green+Blue) = 46+201+33=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC921 is #D136DE. Grayscale: #888888. Windows color (decimal): -13711071 or 2214190. OLE color: 2214190.

HSL color Cylindrical-coordinate representation of color #2EC921: hue angle of 115.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC921 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 201 33 -
CMYK 0.77 0 0.84 0.21
HSL 115.36º 0.72% 0.46% -
HSV(B) 115.36º 0.84% 0.79% -
XYZ 22.29 42.46 8.46 -
YUV 135.5 70.15 64.16 -
System Red Green Blue C M Y K H S L
Decimal 46 201 33 0.77 0 0.84 0.21 115.36 0.72 0.46
Hex 2E C9 21 4D 0 54 15 73 48 2E
Octal 56 311 41 115 0 124 25 163 110 56
Binary 101110 11001001 100001 1001101 0 1010100 10101 1110011 1001000 101110

Color Harmonies of #2EC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC921

Black with #2EC921

Text Example


Text Example

White with #2EC921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,201,33); }

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

background-color css

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

 a { background-color: rgb(46,201,33); }

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

border-color css

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

 span { border-color: rgb(46,201,33); }

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