#31BD46

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

Shades of Lime Green #31BD46

Tints of Lime Green #31BD46

Color information

#31BD46 (or 0x31BD46) is unknown color: approx Lime Green. HEX triplet: 31, BD and 46. RGB value is (49,189,70). Sum of RGB (Red+Green+Blue) = 49+189+70=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BD46 is #CE42B9. Grayscale: #858585. Windows color (decimal): -13517498 or 4635953. OLE color: 4635953.

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

Color convert

RGB4918970-
CMYK0.7400.630.26
HSL129º58.82%46.67%-
HSV(B)129º74.07%74.12%-
XYZ20.5737.4911.95-
YUV133.5792.1267.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=15.91%
G=61.36%
B=22.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49189700.7400.630.2612958.8246.67
Hex31BD464A03F1A813b2f
Octal61275106112077322017357
Binary110001101111011000110100101001111111101010000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,70); }

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

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

 a { background-color: rgb(49,189,70); }

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

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

 span { border-color: rgb(49,189,70); }

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