#32BF38

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

Shades of Lime Green #32BF38

Tints of Lime Green #32BF38

Color information

#32BF38 (or 0x32BF38) is unknown color: approx Lime Green. HEX triplet: 32, BF and 38. RGB value is (50,191,56). Sum of RGB (Red+Green+Blue) = 50+191+56=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF38 is #CD40C7. Grayscale: #858585. Windows color (decimal): -13451464 or 3718962. OLE color: 3718962.

HSL color Cylindrical-coordinate representation of color #32BF38: hue angle of 122.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF38 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB5019156-
CMYK0.7400.710.25
HSL122.55º58.51%47.25%-
HSV(B)122.55º73.82%74.9%-
XYZ20.6638.2310.03-
YUV133.4584.2968.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 191 (75% from 255) = 64.31%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=16.84%
G=64.31%
B=18.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50191560.7400.710.25122.5558.5147.25
Hex32BF384A047197b3b2f
Octal62277701120107311737357
Binary11001010111111111000100101001000111110011111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,191,56); }

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

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

 a { background-color: rgb(50,191,56); }

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

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

 span { border-color: rgb(50,191,56); }

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