#21CB1C

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

Shades of Lime Green #21CB1C

Tints of Lime Green #21CB1C

Color information

#21CB1C (or 0x21CB1C) is unknown color: approx Lime Green. HEX triplet: 21, CB and 1C. RGB value is (33,203,28). Sum of RGB (Red+Green+Blue) = 33+203+28=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB1C is #DE34E3. Grayscale: #848484. Windows color (decimal): -14562532 or 1887009. OLE color: 1887009.

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

Color convert

RGB3320328-
CMYK0.8400.860.20
HSL118.29º75.76%45.29%-
HSV(B)118.29º86.21%79.61%-
XYZ22.1943.128.25-
YUV132.2269.1857.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 203 (79.69% from 255) = 76.89%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=12.5%
G=76.89%
B=10.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal33203280.8400.860.20118.2975.7645.29
Hex21CB1C5405614764c2d
Octal413133412401262416611455
Binary10000111001011111001010100010101101010011101101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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