Html Css Color HEX #21C00A Lime Green

📋 copy color: '#21C00A'

red 33 ◦ green 192 ◦ blue 10

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

Shades of Lime Green #21C00A

Tints of Lime Green #21C00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.7%

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 14.04%
G = 81.7%
B = 4.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#21C00A (or 0x21C00A) is known color: Lime Green. HEX triplet: 21, C0 and 0A. RGB value is (33,192,10). Sum of RGB (Red+Green+Blue) = 33+192+10=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #21C00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C00A is #DE3FF5. Grayscale: #7C7C7C. Windows color (decimal): -14565366 or 704545. OLE color: 704545.

HSL color Cylindrical-coordinate representation of color #21C00A: hue angle of 112.42º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21C00A is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 10 -
CMYK 0.83 0 0.95 0.25
HSL 112.42º 0.9% 0.4% -
HSV(B) 112.42º 0.95% 0.75% -
XYZ 19.53 38.04 6.6 -
YUV 123.71 63.82 63.3 -
System Red Green Blue C M Y K H S L
Decimal 33 192 10 0.83 0 0.95 0.25 112.42 0.9 0.4
Hex 21 C0 A 53 0 5F 19 70 5A 28
Octal 41 300 12 123 0 137 31 160 132 50
Binary 100001 11000000 1010 1010011 0 1011111 11001 1110000 1011010 101000

Color Harmonies of #21C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C00A

Black with #21C00A

Text Example


Text Example

White with #21C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,192,10); }

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

background-color css

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

 a { background-color: rgb(33,192,10); }

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

border-color css

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

 span { border-color: rgb(33,192,10); }

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