#21bb25

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

Shades of Lime Green #21BB25

Tints of Lime Green #21BB25

Color information

#21BB25 (or 0x21BB25) is unknown color: approx Lime Green. HEX triplet: 21, BB and 25. RGB value is (33,187,37). Sum of RGB (Red+Green+Blue) = 33+187+37=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BB25 is #DE44DA. Grayscale: #7C7C7C. Windows color (decimal): -14566619 or 2472737. OLE color: 2472737.

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

Color convert

RGB3318737-
CMYK0.8200.800.27
HSL121.56º70%43.14%-
HSV(B)121.56º82.35%73.33%-
XYZ18.73367.71-
YUV123.8578.9863.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 187 (73.44% from 255) = 72.76%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=12.84%
G=72.76%
B=14.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33187370.8200.800.27121.567043.14
Hex21BB25520501B7a462b
Octal412734512201203317210653
Binary100001101110111001011010010010100001101111110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21bb25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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