#21ba21

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

Shades of Lime Green #21BA21

Tints of Lime Green #21BA21

Color information

#21BA21 (or 0x21BA21) is unknown color: approx Lime Green. HEX triplet: 21, BA and 21. RGB value is (33,186,33). Sum of RGB (Red+Green+Blue) = 33+186+33=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA21 is #DE45DE. Grayscale: #7B7B7B. Windows color (decimal): -14566879 or 2210337. OLE color: 2210337.

HSL color Cylindrical-coordinate representation of color #21BA21: hue angle of 120º 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 #21BA21 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB3318633-
CMYK0.8200.820.27
HSL120º69.86%42.94%-
HSV(B)120º82.26%72.94%-
XYZ18.4635.557.33-
YUV122.8177.3163.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 186 (73.05% from 255) = 73.81%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=13.10%
G=73.81%
B=13.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33186330.8200.820.2712069.8642.94
Hex21BA21520521B78462b
Octal412724112201223317010653
Binary100001101110101000011010010010100101101111110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ba21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,186,33); }

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

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

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

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

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

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

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