#21BB15

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

Shades of Lime Green #21BB15

Tints of Lime Green #21BB15

Color information

#21BB15 (or 0x21BB15) is unknown color: approx Lime Green. HEX triplet: 21, BB and 15. RGB value is (33,187,21). Sum of RGB (Red+Green+Blue) = 33+187+21=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BB15 is #DE44EA. Grayscale: #7A7A7A. Windows color (decimal): -14566635 or 1424161. OLE color: 1424161.

HSL color Cylindrical-coordinate representation of color #21BB15: hue angle of 115.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21BB15 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB3318721-
CMYK0.8200.890.27
HSL115.66º79.81%40.78%-
HSV(B)115.66º88.77%73.33%-
XYZ18.5335.926.67-
YUV122.0370.9864.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 187 (73.44% from 255) = 77.59%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=13.69%
G=77.59%
B=8.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33187210.8200.890.27115.6679.8140.78
Hex21BB15520591B745029
Octal412732512201313316412051
Binary10000110111011101011010010010110011101111101001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,187,21); }

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

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

 a { background-color: rgb(33,187,21); }

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

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

 span { border-color: rgb(33,187,21); }

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