#32C74D

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

Shades of Lime Green #32C74D

Tints of Lime Green #32C74D

Color information

#32C74D (or 0x32C74D) is unknown color: approx Lime Green. HEX triplet: 32, C7 and 4D. RGB value is (50,199,77). Sum of RGB (Red+Green+Blue) = 50+199+77=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #32C74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C74D is #CD38B2. Grayscale: #8C8C8C. Windows color (decimal): -13449395 or 5097266. OLE color: 5097266.

HSL color Cylindrical-coordinate representation of color #32C74D: hue angle of 130.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C74D is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB5019977-
CMYK0.7500.610.22
HSL130.87º59.84%48.82%-
HSV(B)130.87º74.87%78.04%-
XYZ23.0842.0613.92-
YUV140.5492.1463.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 199 (78.12% from 255) = 61.04%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=15.34%
G=61.04%
B=23.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50199770.7500.610.22130.8759.8448.82
Hex32C74D4B03D16833c31
Octal62307115113075262037461
Binary110010110001111001101100101101111011011010000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,199,77); }

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

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

 a { background-color: rgb(50,199,77); }

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

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

 span { border-color: rgb(50,199,77); }

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