Html Css Color HEX #21C010 Lime Green

📋 copy color: '#21C010'

red 33 ◦ green 192 ◦ blue 16

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

Shades of Lime Green #21C010

Tints of Lime Green #21C010

RGB

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

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

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

R = 13.69%
G = 79.67%
B = 6.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#21C010 (or 0x21C010) is known color: Lime Green. HEX triplet: 21, C0 and 10. RGB value is (33,192,16). Sum of RGB (Red+Green+Blue) = 33+192+16=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #21C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C010 is #DE3FEF. Grayscale: #7C7C7C. Windows color (decimal): -14565360 or 1097761. OLE color: 1097761.

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

Color convert

RGB 33 192 16 -
CMYK 0.83 0 0.92 0.25
HSL 114.2º 0.85% 0.41% -
HSV(B) 114.2º 0.92% 0.75% -
XYZ 19.57 38.06 6.81 -
YUV 124.4 66.82 62.81 -
System Red Green Blue C M Y K H S L
Decimal 33 192 16 0.83 0 0.92 0.25 114.2 0.85 0.41
Hex 21 C0 10 53 0 5C 19 72 55 29
Octal 41 300 20 123 0 134 31 162 125 51
Binary 100001 11000000 10000 1010011 0 1011100 11001 1110010 1010101 101001

Color Harmonies of #21C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C010

Black with #21C010

Text Example


Text Example

White with #21C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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