#31E930

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

Shades of Lime Green #31E930

Tints of Lime Green #31E930

Color information

#31E930 (or 0x31E930) is unknown color: approx Lime Green. HEX triplet: 31, E9 and 30. RGB value is (49,233,48). Sum of RGB (Red+Green+Blue) = 49+233+48=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 233 (91.41% from 255 or 70.61% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 233 - color contains mainly: green. Hex color #31E930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E930 is #CE16CF. Grayscale: #9D9D9D. Windows color (decimal): -13506256 or 3205425. OLE color: 3205425.

HSL color Cylindrical-coordinate representation of color #31E930: hue angle of 119.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E930 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB4923348-
CMYK0.7900.790.09
HSL119.68º80.79%55.1%-
HSV(B)119.68º79.4%91.37%-
XYZ30.9459.1412.58-
YUV156.8966.5451.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 233 (91.41% from 255) = 70.61%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=14.85%
G=70.61%
B=14.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49233480.7900.790.09119.6880.7955.1
Hex31E9304F04F9785137
Octal613516011701171117012167
Binary11000111101001110000100111101001111100111110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,233,48); }

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

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

 a { background-color: rgb(49,233,48); }

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

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

 span { border-color: rgb(49,233,48); }

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