#21BC11

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

Shades of Lime Green #21BC11

Tints of Lime Green #21BC11

Color information

#21BC11 (or 0x21BC11) is unknown color: approx Lime Green. HEX triplet: 21, BC and 11. RGB value is (33,188,17). Sum of RGB (Red+Green+Blue) = 33+188+17=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC11 is #DE43EE. Grayscale: #7A7A7A. Windows color (decimal): -14566383 or 1162273. OLE color: 1162273.

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

Color convert

RGB3318817-
CMYK0.8200.910.26
HSL114.39º83.41%40.2%-
HSV(B)114.39º90.96%73.73%-
XYZ18.7136.336.56-
YUV122.1668.6564.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 188 (73.83% from 255) = 78.99%
BLUE value IS 17 (7.03% from 255) = 7.14%
R=13.87%
G=78.99%
B=7.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33188170.8200.910.26114.3983.4140.2
Hex21BC115205B1A725328
Octal412742112201333216212350
Binary10000110111100100011010010010110111101011100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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