#21BD3B

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

Shades of Lime Green #21BD3B

Tints of Lime Green #21BD3B

Color information

#21BD3B (or 0x21BD3B) is unknown color: approx Lime Green. HEX triplet: 21, BD and 3B. RGB value is (33,189,59). Sum of RGB (Red+Green+Blue) = 33+189+59=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD3B is #DE42C4. Grayscale: #7F7F7F. Windows color (decimal): -14566085 or 3915041. OLE color: 3915041.

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

Color convert

RGB3318959-
CMYK0.8300.690.26
HSL130º70.27%43.53%-
HSV(B)130º82.54%74.12%-
XYZ19.6137.0310.25-
YUV127.5489.3260.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 189 (74.22% from 255) = 67.26%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=11.74%
G=67.26%
B=21.00%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33189590.8300.690.2613070.2743.53
Hex21BD3B530451A82462c
Octal412757312301053220210654
Binary1000011011110111101110100110100010111010100000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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