#21BC3C

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

Shades of Lime Green #21BC3C

Tints of Lime Green #21BC3C

Color information

#21BC3C (or 0x21BC3C) is unknown color: approx Lime Green. HEX triplet: 21, BC and 3C. RGB value is (33,188,60). Sum of RGB (Red+Green+Blue) = 33+188+60=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC3C is #DE43C3. Grayscale: #7F7F7F. Windows color (decimal): -14566340 or 3980321. OLE color: 3980321.

HSL color Cylindrical-coordinate representation of color #21BC3C: hue angle of 130.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC3C is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB3318860-
CMYK0.8200.680.26
HSL130.45º70.14%43.33%-
HSV(B)130.45º82.45%73.73%-
XYZ19.4336.6210.32-
YUV127.0690.1560.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 188 (73.83% from 255) = 66.90%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=11.74%
G=66.90%
B=21.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33188600.8200.680.26130.4570.1443.33
Hex21BC3C520441A82462b
Octal412747412201043220210653
Binary1000011011110011110010100100100010011010100000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,188,60); }

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

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

 a { background-color: rgb(33,188,60); }

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

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

 span { border-color: rgb(33,188,60); }

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