#32BB3B

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

Shades of Lime Green #32BB3B

Tints of Lime Green #32BB3B

Color information

#32BB3B (or 0x32BB3B) is unknown color: approx Lime Green. HEX triplet: 32, BB and 3B. RGB value is (50,187,59). Sum of RGB (Red+Green+Blue) = 50+187+59=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 187 (73.44% from 255 or 63.18% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB3B is #CD44C4. Grayscale: #838383. Windows color (decimal): -13452485 or 3914546. OLE color: 3914546.

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

Color convert

RGB5018759-
CMYK0.7300.680.27
HSL123.94º57.81%46.47%-
HSV(B)123.94º73.26%73.33%-
XYZ19.8836.5310.14-
YUV131.4487.1169.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 187 (73.44% from 255) = 63.18%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=16.89%
G=63.18%
B=19.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50187590.7300.680.27123.9457.8146.47
Hex32BB3B490441B7c3a2e
Octal62273731110104331747256
Binary11001010111011111011100100101000100110111111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,187,59); }

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

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

 a { background-color: rgb(50,187,59); }

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

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

 span { border-color: rgb(50,187,59); }

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