#31C034

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

Shades of Lime Green #31C034

Tints of Lime Green #31C034

Color information

#31C034 (or 0x31C034) is unknown color: approx Lime Green. HEX triplet: 31, C0 and 34. RGB value is (49,192,52). Sum of RGB (Red+Green+Blue) = 49+192+52=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #31C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C034 is #CE3FCB. Grayscale: #858585. Windows color (decimal): -13516748 or 3457073. OLE color: 3457073.

HSL color Cylindrical-coordinate representation of color #31C034: hue angle of 121.26º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C034 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB4919252-
CMYK0.7400.730.25
HSL121.26º59.34%47.25%-
HSV(B)121.26º74.48%75.29%-
XYZ20.7438.69.61-
YUV133.2882.1267.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 192 (75.39% from 255) = 65.53%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=16.72%
G=65.53%
B=17.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49192520.7400.730.25121.2659.3447.25
Hex31C0344A04919793b2f
Octal61300641120111311717357
Binary11000111000000110100100101001001001110011111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,52); }

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

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

 a { background-color: rgb(49,192,52); }

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

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

 span { border-color: rgb(49,192,52); }

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