#31BF4A

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

Shades of Lime Green #31BF4A

Tints of Lime Green #31BF4A

Color information

#31BF4A (or 0x31BF4A) is unknown color: approx Lime Green. HEX triplet: 31, BF and 4A. RGB value is (49,191,74). Sum of RGB (Red+Green+Blue) = 49+191+74=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF4A is #CE40B5. Grayscale: #878787. Windows color (decimal): -13516982 or 4898609. OLE color: 4898609.

HSL color Cylindrical-coordinate representation of color #31BF4A: hue angle of 130.56º 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 #31BF4A is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB4919174-
CMYK0.7400.610.25
HSL130.56º59.17%47.06%-
HSV(B)130.56º74.35%74.9%-
XYZ21.1338.4112.78-
YUV135.293.4666.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 191 (75% from 255) = 60.83%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=15.61%
G=60.83%
B=23.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49191740.7400.610.25130.5659.1747.06
Hex31BF4A4A03D19833b2f
Octal61277112112075312037357
Binary110001101111111001010100101001111011100110000011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,191,74); }

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

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

 a { background-color: rgb(49,191,74); }

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

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

 span { border-color: rgb(49,191,74); }

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