#31d02c

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

Shades of Lime Green #31D02C

Tints of Lime Green #31D02C

Color information

#31D02C (or 0x31D02C) is unknown color: approx Lime Green. HEX triplet: 31, D0 and 2C. RGB value is (49,208,44). Sum of RGB (Red+Green+Blue) = 49+208+44=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #31D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D02C is #CE2FD3. Grayscale: #8E8E8E. Windows color (decimal): -13512660 or 2936881. OLE color: 2936881.

HSL color Cylindrical-coordinate representation of color #31D02C: hue angle of 118.17º degrees, saturation: 0.65, 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 #31D02C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB4920844-
CMYK0.7600.790.18
HSL118.17º65.08%49.41%-
HSV(B)118.17º78.85%81.57%-
XYZ24.2845.959.97-
YUV141.7672.8261.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 208 (81.64% from 255) = 69.10%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=16.28%
G=69.10%
B=14.62%

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
Decimal49208440.7600.790.18118.1765.0849.41
Hex31D02C4C04F12764131
Octal613205411401172216610161
Binary110001110100001011001001100010011111001011101101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31d02c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,208,44); }

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

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

 a { background-color: rgb(49,208,44); }

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

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

 span { border-color: rgb(49,208,44); }

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