Html Css Color HEX #21CA08 Lime Green

📋 copy color: '#21CA08'

red 33 ◦ green 202 ◦ blue 8

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

Shades of Lime Green #21CA08

Tints of Lime Green #21CA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 13.58%
G = 83.13%
B = 3.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#21CA08 (or 0x21CA08) is known color: Lime Green. HEX triplet: 21, CA and 08. RGB value is (33,202,8). Sum of RGB (Red+Green+Blue) = 33+202+8=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 202 (79.30% from 255 or 83.13% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CA08 is #DE35F7. Grayscale: #818181. Windows color (decimal): -14562808 or 576033. OLE color: 576033.

HSL color Cylindrical-coordinate representation of color #21CA08: hue angle of 112.27º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21CA08 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 8 -
CMYK 0.84 0 0.96 0.21
HSL 112.27º 0.92% 0.41% -
HSV(B) 112.27º 0.96% 0.79% -
XYZ 21.79 42.58 7.3 -
YUV 129.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 33 202 8 0.84 0 0.96 0.21 112.27 0.92 0.41
Hex 21 CA 8 54 0 60 15 70 5C 29
Octal 41 312 10 124 0 140 25 160 134 51
Binary 100001 11001010 1000 1010100 0 1100000 10101 1110000 1011100 101001

Color Harmonies of #21CA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA08

Black with #21CA08

Text Example


Text Example

White with #21CA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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