#31CB37

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

Shades of Lime Green #31CB37

Tints of Lime Green #31CB37

Color information

#31CB37 (or 0x31CB37) is unknown color: approx Lime Green. HEX triplet: 31, CB and 37. RGB value is (49,203,55). Sum of RGB (Red+Green+Blue) = 49+203+55=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB37 is #CE34C8. Grayscale: #8C8C8C. Windows color (decimal): -13513929 or 3656497. OLE color: 3656497.

HSL color Cylindrical-coordinate representation of color #31CB37: hue angle of 122.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB37 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB4920355-
CMYK0.7600.730.20
HSL122.34º61.11%49.41%-
HSV(B)122.34º75.86%79.61%-
XYZ23.3143.6410.81-
YUV140.0879.9863.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 203 (79.69% from 255) = 66.12%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=15.96%
G=66.12%
B=17.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal49203550.7600.730.20122.3461.1149.41
Hex31CB374C049147a3d31
Octal61313671140111241727561
Binary11000111001011110111100110001001001101001111010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,203,55); }

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

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

 a { background-color: rgb(49,203,55); }

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

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

 span { border-color: rgb(49,203,55); }

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