#31E326

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

Shades of Lime Green #31E326

Tints of Lime Green #31E326

Color information

#31E326 (or 0x31E326) is unknown color: approx Lime Green. HEX triplet: 31, E3 and 26. RGB value is (49,227,38). Sum of RGB (Red+Green+Blue) = 49+227+38=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 227 (89.06% from 255 or 72.29% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 227 - color contains mainly: green. Hex color #31E326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E326 is #CE1CD9. Grayscale: #989898. Windows color (decimal): -13507802 or 2548529. OLE color: 2548529.

HSL color Cylindrical-coordinate representation of color #31E326: hue angle of 116.51º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31E326 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB4922738-
CMYK0.7800.830.11
HSL116.51º77.14%51.96%-
HSV(B)116.51º83.26%89.02%-
XYZ29.0955.7311.06-
YUV152.2363.5354.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 227 (89.06% from 255) = 72.29%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=15.61%
G=72.29%
B=12.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal49227380.7800.830.11116.5177.1451.96
Hex31E3264E053B754d34
Octal613434611601231316511564
Binary11000111100011100110100111001010011101111101011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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