#31BD4A

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

Shades of Lime Green #31BD4A

Tints of Lime Green #31BD4A

Color information

#31BD4A (or 0x31BD4A) is unknown color: approx Lime Green. HEX triplet: 31, BD and 4A. RGB value is (49,189,74). Sum of RGB (Red+Green+Blue) = 49+189+74=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BD4A is #CE42B5. Grayscale: #868686. Windows color (decimal): -13517494 or 4898097. OLE color: 4898097.

HSL color Cylindrical-coordinate representation of color #31BD4A: hue angle of 130.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD4A is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB4918974-
CMYK0.7400.610.26
HSL130.71º58.82%46.67%-
HSV(B)130.71º74.07%74.12%-
XYZ20.737.5412.63-
YUV134.0394.1267.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 189 (74.22% from 255) = 60.58%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=15.71%
G=60.58%
B=23.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49189740.7400.610.26130.7158.8246.67
Hex31BD4A4A03D1A833b2f
Octal61275112112075322037357
Binary110001101111011001010100101001111011101010000011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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