#31B03E

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

Shades of Lime Green #31B03E

Tints of Lime Green #31B03E

Color information

#31B03E (or 0x31B03E) is unknown color: approx Lime Green. HEX triplet: 31, B0 and 3E. RGB value is (49,176,62). Sum of RGB (Red+Green+Blue) = 49+176+62=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #31B03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B03E is #CE4FC1. Grayscale: #7D7D7D. Windows color (decimal): -13520834 or 4108337. OLE color: 4108337.

HSL color Cylindrical-coordinate representation of color #31B03E: hue angle of 126.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B03E is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB4917662-
CMYK0.7200.650.31
HSL126.14º56.44%44.12%-
HSV(B)126.14º72.16%69.02%-
XYZ17.6632.059.81-
YUV125.0392.4273.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 176 (69.14% from 255) = 61.32%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=17.07%
G=61.32%
B=21.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49176620.7200.650.31126.1456.4444.12
Hex31B03E480411F7e382c
Octal61260761100101371767054
Binary11000110110000111110100100001000001111111111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,176,62); }

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

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

 a { background-color: rgb(49,176,62); }

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

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

 span { border-color: rgb(49,176,62); }

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