#32D12B

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

Shades of Lime Green #32D12B

Tints of Lime Green #32D12B

Color information

#32D12B (or 0x32D12B) is unknown color: approx Lime Green. HEX triplet: 32, D1 and 2B. RGB value is (50,209,43). Sum of RGB (Red+Green+Blue) = 50+209+43=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 209 (82.03% from 255 or 69.21% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 209 - color contains mainly: green. Hex color #32D12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D12B is #CD2ED4. Grayscale: #8F8F8F. Windows color (decimal): -13446869 or 2871602. OLE color: 2871602.

HSL color Cylindrical-coordinate representation of color #32D12B: hue angle of 117.47º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D12B is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB5020943-
CMYK0.7600.790.18
HSL117.47º65.87%49.41%-
HSV(B)117.47º79.43%81.96%-
XYZ24.5546.459.96-
YUV142.5371.8262-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 209 (82.03% from 255) = 69.21%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=16.56%
G=69.21%
B=14.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50209430.7600.790.18117.4765.8749.41
Hex32D12B4C04F12754231
Octal623215311401172216510261
Binary110010110100011010111001100010011111001011101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,209,43); }

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

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

 a { background-color: rgb(50,209,43); }

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

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

 span { border-color: rgb(50,209,43); }

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