#31C725

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

Shades of Lime Green #31C725

Tints of Lime Green #31C725

Color information

#31C725 (or 0x31C725) is unknown color: approx Lime Green. HEX triplet: 31, C7 and 25. RGB value is (49,199,37). Sum of RGB (Red+Green+Blue) = 49+199+37=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 199 (78.12% from 255 or 69.82% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 199 - color contains mainly: green. Hex color #31C725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C725 is #CE38DA. Grayscale: #888888. Windows color (decimal): -13514971 or 2475825. OLE color: 2475825.

HSL color Cylindrical-coordinate representation of color #31C725: hue angle of 115.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C725 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB4919937-
CMYK0.7500.810.22
HSL115.56º68.64%46.27%-
HSV(B)115.56º81.41%78.04%-
XYZ22.0241.638.63-
YUV135.6872.3166.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 199 (78.12% from 255) = 69.82%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=17.19%
G=69.82%
B=12.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49199370.7500.810.22115.5668.6446.27
Hex31C7254B0511674452e
Octal613074511301212616410556
Binary110001110001111001011001011010100011011011101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,199,37); }

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

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

 a { background-color: rgb(49,199,37); }

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

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

 span { border-color: rgb(49,199,37); }

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