#31C835

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

Shades of Lime Green #31C835

Tints of Lime Green #31C835

Color information

#31C835 (or 0x31C835) is unknown color: approx Lime Green. HEX triplet: 31, C8 and 35. RGB value is (49,200,53). Sum of RGB (Red+Green+Blue) = 49+200+53=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #31C835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C835 is #CE37CA. Grayscale: #8A8A8A. Windows color (decimal): -13514699 or 3524657. OLE color: 3524657.

HSL color Cylindrical-coordinate representation of color #31C835: hue angle of 121.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C835 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB4920053-
CMYK0.7600.740.22
HSL121.59º60.64%48.82%-
HSV(B)121.59º75.5%78.43%-
XYZ22.5642.2210.33-
YUV138.0979.9764.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 200 (78.52% from 255) = 66.23%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=16.23%
G=66.23%
B=17.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49200530.7600.740.22121.5960.6448.82
Hex31C8354C04A167a3d31
Octal61310651140112261727561
Binary11000111001000110101100110001001010101101111010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,200,53); }

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

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

 a { background-color: rgb(49,200,53); }

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

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

 span { border-color: rgb(49,200,53); }

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