#31C426

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

Shades of Lime Green #31C426

Tints of Lime Green #31C426

Color information

#31C426 (or 0x31C426) is unknown color: approx Lime Green. HEX triplet: 31, C4 and 26. RGB value is (49,196,38). Sum of RGB (Red+Green+Blue) = 49+196+38=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 196 (76.95% from 255 or 69.26% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 196 - color contains mainly: green. Hex color #31C426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C426 is #CE3BD9. Grayscale: #868686. Windows color (decimal): -13515738 or 2540593. OLE color: 2540593.

HSL color Cylindrical-coordinate representation of color #31C426: hue angle of 115.82º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C426 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB4919638-
CMYK0.7500.810.23
HSL115.82º67.52%45.88%-
HSV(B)115.82º80.61%76.86%-
XYZ21.3640.278.48-
YUV134.0473.867.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 196 (76.95% from 255) = 69.26%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=17.31%
G=69.26%
B=13.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49196380.7500.810.23115.8267.5245.88
Hex31C4264B0511774442e
Octal613044611301212716410456
Binary110001110001001001101001011010100011011111101001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,196,38); }

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

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

 a { background-color: rgb(49,196,38); }

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

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

 span { border-color: rgb(49,196,38); }

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