Html Css Color HEX #21C210 Lime Green

📋 copy color: '#21C210'

red 33 ◦ green 194 ◦ blue 16

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

Shades of Lime Green #21C210

Tints of Lime Green #21C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 79.84%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 13.58%
G = 79.84%
B = 6.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#21C210 (or 0x21C210) is known color: Lime Green. HEX triplet: 21, C2 and 10. RGB value is (33,194,16). Sum of RGB (Red+Green+Blue) = 33+194+16=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #21C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C210 is #DE3DEF. Grayscale: #7E7E7E. Windows color (decimal): -14564848 or 1098273. OLE color: 1098273.

HSL color Cylindrical-coordinate representation of color #21C210: hue angle of 114.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21C210 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 194 16 -
CMYK 0.83 0 0.92 0.24
HSL 114.27º 0.85% 0.41% -
HSV(B) 114.27º 0.92% 0.76% -
XYZ 20.01 38.94 6.95 -
YUV 125.57 66.16 61.97 -
System Red Green Blue C M Y K H S L
Decimal 33 194 16 0.83 0 0.92 0.24 114.27 0.85 0.41
Hex 21 C2 10 53 0 5C 18 72 55 29
Octal 41 302 20 123 0 134 30 162 125 51
Binary 100001 11000010 10000 1010011 0 1011100 11000 1110010 1010101 101001

Color Harmonies of #21C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C210

Black with #21C210

Text Example


Text Example

White with #21C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,194,16); }

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

background-color css

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

 a { background-color: rgb(33,194,16); }

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

border-color css

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

 span { border-color: rgb(33,194,16); }

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