#31E133

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

Shades of Lime Green #31E133

Tints of Lime Green #31E133

Color information

#31E133 (or 0x31E133) is unknown color: approx Lime Green. HEX triplet: 31, E1 and 33. RGB value is (49,225,51). Sum of RGB (Red+Green+Blue) = 49+225+51=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #31E133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E133 is #CE1ECC. Grayscale: #999999. Windows color (decimal): -13508301 or 3399985. OLE color: 3399985.

HSL color Cylindrical-coordinate representation of color #31E133: hue angle of 120.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E133 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB4922551-
CMYK0.7800.770.12
HSL120.68º74.58%53.73%-
HSV(B)120.68º78.22%88.24%-
XYZ28.7954.7412.18-
YUV152.5470.6954.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 225 (88.28% from 255) = 69.23%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=15.08%
G=69.23%
B=15.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal49225510.7800.770.12120.6874.5853.73
Hex31E1334E04DC794b36
Octal613416311601151417111366
Binary11000111100001110011100111001001101110011110011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,225,51); }

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

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

 a { background-color: rgb(49,225,51); }

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

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

 span { border-color: rgb(49,225,51); }

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