#31c526

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

Shades of Lime Green #31C526

Tints of Lime Green #31C526

Color information

#31C526 (or 0x31C526) is unknown color: approx Lime Green. HEX triplet: 31, C5 and 26. RGB value is (49,197,38). Sum of RGB (Red+Green+Blue) = 49+197+38=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #31C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C526 is #CE3AD9. Grayscale: #878787. Windows color (decimal): -13515482 or 2540849. OLE color: 2540849.

HSL color Cylindrical-coordinate representation of color #31C526: hue angle of 115.85º 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 #31C526 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB4919738-
CMYK0.7500.810.23
HSL115.85º67.66%46.08%-
HSV(B)115.85º80.71%77.25%-
XYZ21.5840.738.56-
YUV134.6273.4766.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 197 (77.34% from 255) = 69.37%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=17.25%
G=69.37%
B=13.38%

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
Decimal49197380.7500.810.23115.8567.6646.08
Hex31C5264B0511774442e
Octal613054611301212716410456
Binary110001110001011001101001011010100011011111101001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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