#21BA38

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

Shades of Lime Green #21BA38

Tints of Lime Green #21BA38

Color information

#21BA38 (or 0x21BA38) is unknown color: approx Lime Green. HEX triplet: 21, BA and 38. RGB value is (33,186,56). Sum of RGB (Red+Green+Blue) = 33+186+56=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA38 is #DE45C7. Grayscale: #7D7D7D. Windows color (decimal): -14566856 or 3717665. OLE color: 3717665.

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

Color convert

RGB3318656-
CMYK0.8200.700.27
HSL129.02º69.86%42.94%-
HSV(B)129.02º82.26%72.94%-
XYZ18.935.739.64-
YUV125.4388.8162.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 186 (73.05% from 255) = 67.64%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=12%
G=67.64%
B=20.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33186560.8200.700.27129.0269.8642.94
Hex21BA38520461B81462b
Octal412727012201063320110653
Binary1000011011101011100010100100100011011011100000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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