#31D334

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

Shades of Lime Green #31D334

Tints of Lime Green #31D334

Color information

#31D334 (or 0x31D334) is unknown color: approx Lime Green. HEX triplet: 31, D3 and 34. RGB value is (49,211,52). Sum of RGB (Red+Green+Blue) = 49+211+52=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 211 (82.81% from 255 or 67.63% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 211 - color contains mainly: green. Hex color #31D334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D334 is #CE2CCB. Grayscale: #909090. Windows color (decimal): -13511884 or 3461937. OLE color: 3461937.

HSL color Cylindrical-coordinate representation of color #31D334: hue angle of 121.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D334 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB4921152-
CMYK0.7700.750.17
HSL121.11º64.8%50.98%-
HSV(B)121.11º76.78%82.75%-
XYZ25.1847.4911.09-
YUV144.4475.8359.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 211 (82.81% from 255) = 67.63%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=15.71%
G=67.63%
B=16.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal49211520.7700.750.17121.1164.850.98
Hex31D3344D04B11794133
Octal613236411501132117110163
Binary110001110100111101001001101010010111000111110011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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