#31c71f

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

Shades of Lime Green #31C71F

Tints of Lime Green #31C71F

Color information

#31C71F (or 0x31C71F) is unknown color: approx Lime Green. HEX triplet: 31, C7 and 1F. RGB value is (49,199,31). Sum of RGB (Red+Green+Blue) = 49+199+31=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #31C71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C71F is #CE38E0. Grayscale: #878787. Windows color (decimal): -13514977 or 2082609. OLE color: 2082609.

HSL color Cylindrical-coordinate representation of color #31C71F: hue angle of 113.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31C71F is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB4919931-
CMYK0.7500.840.22
HSL113.57º73.04%45.1%-
HSV(B)113.57º84.42%78.04%-
XYZ21.9441.68.17-
YUV13569.3166.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 199 (78.12% from 255) = 71.33%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=17.56%
G=71.33%
B=11.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49199310.7500.840.22113.5773.0445.1
Hex31C71F4B0541672492d
Octal613073711301242616211155
Binary11000111000111111111001011010101001011011100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,199,31); }

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

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

 a { background-color: rgb(49,199,31); }

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

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

 span { border-color: rgb(49,199,31); }

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