#32BA2D

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

Shades of Lime Green #32BA2D

Tints of Lime Green #32BA2D

Color information

#32BA2D (or 0x32BA2D) is unknown color: approx Lime Green. HEX triplet: 32, BA and 2D. RGB value is (50,186,45). Sum of RGB (Red+Green+Blue) = 50+186+45=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA2D is #CD45D2. Grayscale: #818181. Windows color (decimal): -13452755 or 2996786. OLE color: 2996786.

HSL color Cylindrical-coordinate representation of color #32BA2D: hue angle of 117.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BA2D is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB5018645-
CMYK0.7300.760.27
HSL117.87º61.04%45.29%-
HSV(B)117.87º75.81%72.94%-
XYZ19.3535.998.41-
YUV129.2680.4471.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 186 (73.05% from 255) = 66.19%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=17.79%
G=66.19%
B=16.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50186450.7300.760.27117.8761.0445.29
Hex32BA2D4904C1B763d2d
Octal62272551110114331667555
Binary11001010111010101101100100101001100110111110110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32BA2D; }

 p { color: rgb(50,186,45); }

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

<style>
 a { background-color: #32BA2D; }

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

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

<style>
 span { border-color: #32BA2D; }

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

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