#31D50E

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

Shades of Lime Green #31D50E

Tints of Lime Green #31D50E

Color information

#31D50E (or 0x31D50E) is unknown color: approx Lime Green. HEX triplet: 31, D5 and 0E. RGB value is (49,213,14). Sum of RGB (Red+Green+Blue) = 49+213+14=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #31D50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D50E is #CE2AF1. Grayscale: #8D8D8D. Windows color (decimal): -13511410 or 972081. OLE color: 972081.

HSL color Cylindrical-coordinate representation of color #31D50E: hue angle of 109.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31D50E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB4921314-
CMYK0.7700.930.16
HSL109.45º87.67%44.51%-
HSV(B)109.45º93.43%83.53%-
XYZ25.1448.278.41-
YUV141.2856.1762.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 213 (83.59% from 255) = 77.17%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=17.75%
G=77.17%
B=5.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49213140.7700.930.16109.4587.6744.51
Hex31D5E4D05D106d582d
Octal613251611501352015513055
Binary1100011101010111101001101010111011000011011011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,213,14); }

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

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

 a { background-color: rgb(49,213,14); }

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

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

 span { border-color: rgb(49,213,14); }

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