#21CB0C

Color #21CB0C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21CB0C

Tints of Lime Green #21CB0C

Color information

#21CB0C (or 0x21CB0C) is unknown color: approx Lime Green. HEX triplet: 21, CB and 0C. RGB value is (33,203,12). Sum of RGB (Red+Green+Blue) = 33+203+12=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 203 (79.69% from 255 or 81.85% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CB0C is #DE34F3. Grayscale: #828282. Windows color (decimal): -14562548 or 838433. OLE color: 838433.

HSL color Cylindrical-coordinate representation of color #21CB0C: hue angle of 113.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21CB0C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB3320312-
CMYK0.8400.940.20
HSL113.4º88.84%42.16%-
HSV(B)113.4º94.09%79.61%-
XYZ22.0543.067.5-
YUV130.461.1858.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 203 (79.69% from 255) = 81.85%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=13.31%
G=81.85%
B=4.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal33203120.8400.940.20113.488.8442.16
Hex21CBC5405E1471592a
Octal413131412401362416113152
Binary1000011100101111001010100010111101010011100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,203,12); }

 H1.HeaderClassName
 {
   color: #21CB0C;
 }
 .AnyTagClassName
 {
   color: #21CB0C;
 }
</style>
background-color css

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

 a { background-color: rgb(33,203,12); }

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

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

 span { border-color: rgb(33,203,12); }

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