#32B71E

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

Shades of Lime Green #32B71E

Tints of Lime Green #32B71E

Color information

#32B71E (or 0x32B71E) is unknown color: approx Lime Green. HEX triplet: 32, B7 and 1E. RGB value is (50,183,30). Sum of RGB (Red+Green+Blue) = 50+183+30=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 183 (71.88% from 255 or 69.58% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 183 - color contains mainly: green. Hex color #32B71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B71E is #CD48E1. Grayscale: #7E7E7E. Windows color (decimal): -13453538 or 2012978. OLE color: 2012978.

HSL color Cylindrical-coordinate representation of color #32B71E: hue angle of 112.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32B71E is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB5018330-
CMYK0.7300.840.28
HSL112.16º71.83%41.76%-
HSV(B)112.16º83.61%71.76%-
XYZ18.4834.646.94-
YUV125.7973.9473.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 183 (71.88% from 255) = 69.58%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=19.01%
G=69.58%
B=11.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50183300.7300.840.28112.1671.8341.76
Hex32B71E490541C70482a
Octal622673611101243416011052
Binary11001010110111111101001001010101001110011100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,183,30); }

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

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

 a { background-color: rgb(50,183,30); }

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

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

 span { border-color: rgb(50,183,30); }

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