#31C03B

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

Shades of Lime Green #31C03B

Tints of Lime Green #31C03B

Color information

#31C03B (or 0x31C03B) is unknown color: approx Lime Green. HEX triplet: 31, C0 and 3B. RGB value is (49,192,59). Sum of RGB (Red+Green+Blue) = 49+192+59=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #31C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C03B is #CE3FC4. Grayscale: #868686. Windows color (decimal): -13516741 or 3915825. OLE color: 3915825.

HSL color Cylindrical-coordinate representation of color #31C03B: hue angle of 124.2º 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 #31C03B is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB4919259-
CMYK0.7400.690.25
HSL124.2º59.34%47.25%-
HSV(B)124.2º74.48%75.29%-
XYZ20.9138.6710.5-
YUV134.0885.6267.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 192 (75.39% from 255) = 64%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=16.33%
G=64%
B=19.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49192590.7400.690.25124.259.3447.25
Hex31C03B4A045197c3b2f
Octal61300731120105311747357
Binary11000111000000111011100101001000101110011111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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