#21BD1E

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

Shades of Lime Green #21BD1E

Tints of Lime Green #21BD1E

Color information

#21BD1E (or 0x21BD1E) is unknown color: approx Lime Green. HEX triplet: 21, BD and 1E. RGB value is (33,189,30). Sum of RGB (Red+Green+Blue) = 33+189+30=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD1E is #DE42E1. Grayscale: #7C7C7C. Windows color (decimal): -14566114 or 2014497. OLE color: 2014497.

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

Color convert

RGB3318930-
CMYK0.8300.840.26
HSL118.87º72.6%42.94%-
HSV(B)118.87º84.13%74.12%-
XYZ19.0636.817.33-
YUV124.2374.8262.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 189 (74.22% from 255) = 75%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=13.10%
G=75%
B=11.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33189300.8300.840.26118.8772.642.94
Hex21BD1E530541A77492b
Octal412753612301243216711153
Binary10000110111101111101010011010101001101011101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,189,30); }

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

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

 a { background-color: rgb(33,189,30); }

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

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

 span { border-color: rgb(33,189,30); }

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