Html Css Color HEX #21CA29 Lime Green

📋 copy color: '#21CA29'

red 33 ◦ green 202 ◦ blue 41

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

Shades of Lime Green #21CA29

Tints of Lime Green #21CA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.19%

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

R = 11.96%
G = 73.19%
B = 14.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#21CA29 (or 0x21CA29) is known color: Lime Green. HEX triplet: 21, CA and 29. RGB value is (33,202,41). Sum of RGB (Red+Green+Blue) = 33+202+41=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA29 is #DE35D6. Grayscale: #858585. Windows color (decimal): -14562775 or 2738721. OLE color: 2738721.

HSL color Cylindrical-coordinate representation of color #21CA29: hue angle of 122.84º 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 #21CA29 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 41 -
CMYK 0.84 0 0.80 0.21
HSL 122.84º 0.72% 0.46% -
HSV(B) 122.84º 0.84% 0.79% -
XYZ 22.15 42.72 9.18 -
YUV 133.12 76.01 56.59 -
System Red Green Blue C M Y K H S L
Decimal 33 202 41 0.84 0 0.80 0.21 122.84 0.72 0.46
Hex 21 CA 29 54 0 50 15 7B 48 2E
Octal 41 312 51 124 0 120 25 173 110 56
Binary 100001 11001010 101001 1010100 0 1010000 10101 1111011 1001000 101110

Color Harmonies of #21CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA29

Black with #21CA29

Text Example


Text Example

White with #21CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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