#31c74d

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

Shades of Lime Green #31C74D

Tints of Lime Green #31C74D

Color information

#31C74D (or 0x31C74D) is unknown color: approx Lime Green. HEX triplet: 31, C7 and 4D. RGB value is (49,199,77). Sum of RGB (Red+Green+Blue) = 49+199+77=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #31C74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C74D is #CE38B2. Grayscale: #8C8C8C. Windows color (decimal): -13514931 or 5097265. OLE color: 5097265.

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

Color convert

RGB4919977-
CMYK0.7500.610.22
HSL131.2º60.48%48.63%-
HSV(B)131.2º75.38%78.04%-
XYZ23.0342.0413.92-
YUV140.2492.362.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 199 (78.12% from 255) = 61.23%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=15.08%
G=61.23%
B=23.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49199770.7500.610.22131.260.4848.63
Hex31C74D4B03D16833c31
Octal61307115113075262037461
Binary110001110001111001101100101101111011011010000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c74d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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