#31C03D

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

Shades of Lime Green #31C03D

Tints of Lime Green #31C03D

Color information

#31C03D (or 0x31C03D) is unknown color: approx Lime Green. HEX triplet: 31, C0 and 3D. RGB value is (49,192,61). Sum of RGB (Red+Green+Blue) = 49+192+61=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #31C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C03D is #CE3FC2. Grayscale: #868686. Windows color (decimal): -13516739 or 4046897. OLE color: 4046897.

HSL color Cylindrical-coordinate representation of color #31C03D: hue angle of 125.03º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C03D is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB4919261-
CMYK0.7400.680.25
HSL125.03º59.34%47.25%-
HSV(B)125.03º74.48%75.29%-
XYZ20.9638.6910.78-
YUV134.3186.6267.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 192 (75.39% from 255) = 63.58%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=16.23%
G=63.58%
B=20.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49192610.7400.680.25125.0359.3447.25
Hex31C03D4A044197d3b2f
Octal61300751120104311757357
Binary11000111000000111101100101001000100110011111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31C03D; }

 p { color: rgb(49,192,61); }

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

<style>
 a { background-color: #31C03D; }

 a { background-color: rgb(49,192,61); }

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

<style>
 span { border-color: #31C03D; }

 span { border-color: rgb(49,192,61); }

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