#32B434

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

Shades of Lime Green #32B434

Tints of Lime Green #32B434

Color information

#32B434 (or 0x32B434) is unknown color: approx Lime Green. HEX triplet: 32, B4 and 34. RGB value is (50,180,52). Sum of RGB (Red+Green+Blue) = 50+180+52=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #32B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B434 is #CD4BCB. Grayscale: #7E7E7E. Windows color (decimal): -13454284 or 3454002. OLE color: 3454002.

HSL color Cylindrical-coordinate representation of color #32B434: hue angle of 120.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B434 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB5018052-
CMYK0.7200.710.29
HSL120.92º56.52%45.1%-
HSV(B)120.92º72.22%70.59%-
XYZ18.2633.578.77-
YUV126.5485.9373.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 180 (70.70% from 255) = 63.83%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=17.73%
G=63.83%
B=18.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180520.7200.710.29120.9256.5245.1
Hex32B434480471D79392d
Octal62264641100107351717155
Binary11001010110100110100100100001000111111011111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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