Html Css Color HEX #21E029 Lime Green

📋 copy color: '#21E029'

red 33 ◦ green 224 ◦ blue 41

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

Shades of Lime Green #21E029

Tints of Lime Green #21E029

RGB

 RED value IS 33 (13.28% from 255) = 11.07%

 GREEN value IS 224 (87.89% from 255) = 75.17%

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 11.07%
G = 75.17%
B = 13.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#21E029 (or 0x21E029) is known color: Lime Green. HEX triplet: 21, E0 and 29. RGB value is (33,224,41). Sum of RGB (Red+Green+Blue) = 33+224+41=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #21E029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E029 is #DE1FD6. Grayscale: #929292. Windows color (decimal): -14557143 or 2744353. OLE color: 2744353.

HSL color Cylindrical-coordinate representation of color #21E029: hue angle of 122.51º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E029 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 224 41 -
CMYK 0.85 0 0.82 0.12
HSL 122.51º 0.75% 0.5% -
HSV(B) 122.51º 0.85% 0.88% -
XYZ 27.68 53.79 11.02 -
YUV 146.03 68.72 47.38 -
System Red Green Blue C M Y K H S L
Decimal 33 224 41 0.85 0 0.82 0.12 122.51 0.75 0.5
Hex 21 E0 29 55 0 52 C 7B 4B 32
Octal 41 340 51 125 0 122 14 173 113 62
Binary 100001 11100000 101001 1010101 0 1010010 1100 1111011 1001011 110010

Color Harmonies of #21E029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E029

Black with #21E029

Text Example


Text Example

White with #21E029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21E029; }

 p { color: rgb(33,224,41); }

 H1.HeaderClassName
 {
   color: #21E029;
 }
 .AnyTagClassName
 {
   color: #21E029;
 }
</style>

background-color css

<style>
 a { background-color: #21E029; }

 a { background-color: rgb(33,224,41); }

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

border-color css

<style>
 span { border-color: #21E029; }

 span { border-color: rgb(33,224,41); }

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