#32C31E

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

Shades of Lime Green #32C31E

Tints of Lime Green #32C31E

Color information

#32C31E (or 0x32C31E) is unknown color: approx Lime Green. HEX triplet: 32, C3 and 1E. RGB value is (50,195,30). Sum of RGB (Red+Green+Blue) = 50+195+30=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #32C31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C31E is #CD3CE1. Grayscale: #858585. Windows color (decimal): -13450466 or 2016050. OLE color: 2016050.

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

Color convert

RGB5019530-
CMYK0.7400.850.24
HSL112.73º73.33%44.12%-
HSV(B)112.73º84.62%76.47%-
XYZ21.0639.87.8-
YUV132.8369.9668.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 195 (76.56% from 255) = 70.91%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=18.18%
G=70.91%
B=10.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50195300.7400.850.24112.7373.3344.12
Hex32C31E4A0551871492c
Octal623033611201253016111154
Binary11001011000011111101001010010101011100011100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,195,30); }

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

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

 a { background-color: rgb(50,195,30); }

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

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

 span { border-color: rgb(50,195,30); }

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