#32B225

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

Shades of Lime Green #32B225

Tints of Lime Green #32B225

Color information

#32B225 (or 0x32B225) is unknown color: approx Lime Green. HEX triplet: 32, B2 and 25. RGB value is (50,178,37). Sum of RGB (Red+Green+Blue) = 50+178+37=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #32B225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B225 is #CD4DDA. Grayscale: #7C7C7C. Windows color (decimal): -13454811 or 2470450. OLE color: 2470450.

HSL color Cylindrical-coordinate representation of color #32B225: hue angle of 114.47º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32B225 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB5017837-
CMYK0.7200.790.30
HSL114.47º65.58%42.16%-
HSV(B)114.47º79.21%69.8%-
XYZ17.5732.657.13-
YUV123.6579.0975.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 178 (69.92% from 255) = 67.17%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=18.87%
G=67.17%
B=13.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178370.7200.790.30114.4765.5842.16
Hex32B2254804F1E72422a
Octal622624511001173616210252
Binary110010101100101001011001000010011111111011100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,37); }

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

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

 a { background-color: rgb(50,178,37); }

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

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

 span { border-color: rgb(50,178,37); }

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