#31d327

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

Shades of Lime Green #31D327

Tints of Lime Green #31D327

Color information

#31D327 (or 0x31D327) is unknown color: approx Lime Green. HEX triplet: 31, D3 and 27. RGB value is (49,211,39). Sum of RGB (Red+Green+Blue) = 49+211+39=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #31D327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D327 is #CE2CD8. Grayscale: #8F8F8F. Windows color (decimal): -13511897 or 2609969. OLE color: 2609969.

HSL color Cylindrical-coordinate representation of color #31D327: hue angle of 116.51º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31D327 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB4921139-
CMYK0.7700.820.17
HSL116.51º68.8%49.02%-
HSV(B)116.51º81.52%82.75%-
XYZ24.9347.399.75-
YUV142.9569.3360.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 211 (82.81% from 255) = 70.57%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=16.39%
G=70.57%
B=13.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal49211390.7700.820.17116.5168.849.02
Hex31D3274D05211754531
Octal613234711501222116510561
Binary110001110100111001111001101010100101000111101011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31d327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,211,39); }

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

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

 a { background-color: rgb(49,211,39); }

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

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

 span { border-color: rgb(49,211,39); }

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