#21BA2A

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

Shades of Lime Green #21BA2A

Tints of Lime Green #21BA2A

Color information

#21BA2A (or 0x21BA2A) is unknown color: approx Lime Green. HEX triplet: 21, BA and 2A. RGB value is (33,186,42). Sum of RGB (Red+Green+Blue) = 33+186+42=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA2A is #DE45D5. Grayscale: #7C7C7C. Windows color (decimal): -14566870 or 2800161. OLE color: 2800161.

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

Color convert

RGB3318642-
CMYK0.8200.770.27
HSL123.53º69.86%42.94%-
HSV(B)123.53º82.26%72.94%-
XYZ18.635.618.08-
YUV123.8481.8163.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 186 (73.05% from 255) = 71.26%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=12.64%
G=71.26%
B=16.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33186420.8200.770.27123.5369.8642.94
Hex21BA2A5204D1B7c462b
Octal412725212201153317410653
Binary100001101110101010101010010010011011101111111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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