#32BF34

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

Shades of Lime Green #32BF34

Tints of Lime Green #32BF34

Color information

#32BF34 (or 0x32BF34) is unknown color: approx Lime Green. HEX triplet: 32, BF and 34. RGB value is (50,191,52). Sum of RGB (Red+Green+Blue) = 50+191+52=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF34 is #CD40CB. Grayscale: #858585. Windows color (decimal): -13451468 or 3456818. OLE color: 3456818.

HSL color Cylindrical-coordinate representation of color #32BF34: hue angle of 120.85º 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 #32BF34 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5019152-
CMYK0.7400.730.25
HSL120.85º58.51%47.25%-
HSV(B)120.85º73.82%74.9%-
XYZ20.5738.199.54-
YUV13382.2968.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 191 (75% from 255) = 65.19%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=17.06%
G=65.19%
B=17.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50191520.7400.730.25120.8558.5147.25
Hex32BF344A04919793b2f
Octal62277641120111311717357
Binary11001010111111110100100101001001001110011111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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