#32C51D

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

Shades of Lime Green #32C51D

Tints of Lime Green #32C51D

Color information

#32C51D (or 0x32C51D) is unknown color: approx Lime Green. HEX triplet: 32, C5 and 1D. RGB value is (50,197,29). Sum of RGB (Red+Green+Blue) = 50+197+29=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #32C51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C51D is #CD3AE2. Grayscale: #868686. Windows color (decimal): -13449955 or 1951026. OLE color: 1951026.

HSL color Cylindrical-coordinate representation of color #32C51D: hue angle of 112.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32C51D is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB5019729-
CMYK0.7500.850.23
HSL112.5º74.34%44.31%-
HSV(B)112.5º85.28%77.25%-
XYZ21.540.77.88-
YUV133.968.868.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 197 (77.34% from 255) = 71.38%
BLUE value IS 29 (11.72% from 255) = 10.51%
R=18.12%
G=71.38%
B=10.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal50197290.7500.850.23112.574.3444.31
Hex32C51D4B05517704a2c
Octal623053511301252716011254
Binary11001011000101111011001011010101011011111100001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,197,29); }

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

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

 a { background-color: rgb(50,197,29); }

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

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

 span { border-color: rgb(50,197,29); }

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