#32C125

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

Shades of Lime Green #32C125

Tints of Lime Green #32C125

Color information

#32C125 (or 0x32C125) is unknown color: approx Lime Green. HEX triplet: 32, C1 and 25. RGB value is (50,193,37). Sum of RGB (Red+Green+Blue) = 50+193+37=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #32C125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C125 is #CD3EDA. Grayscale: #848484. Windows color (decimal): -13450971 or 2474290. OLE color: 2474290.

HSL color Cylindrical-coordinate representation of color #32C125: hue angle of 115º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32C125 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB5019337-
CMYK0.7400.810.24
HSL115º67.83%45.1%-
HSV(B)115º80.83%75.69%-
XYZ20.7238.958.18-
YUV132.4674.1269.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 193 (75.78% from 255) = 68.93%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=17.86%
G=68.93%
B=13.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50193370.7400.810.2411567.8345.1
Hex32C1254A0511873442d
Octal623014511201213016310455
Binary110010110000011001011001010010100011100011100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,193,37); }

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

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

 a { background-color: rgb(50,193,37); }

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

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

 span { border-color: rgb(50,193,37); }

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