#31C527

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

Shades of Lime Green #31C527

Tints of Lime Green #31C527

Color information

#31C527 (or 0x31C527) is unknown color: approx Lime Green. HEX triplet: 31, C5 and 27. RGB value is (49,197,39). Sum of RGB (Red+Green+Blue) = 49+197+39=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #31C527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C527 is #CE3AD8. Grayscale: #878787. Windows color (decimal): -13515481 or 2606385. OLE color: 2606385.

HSL color Cylindrical-coordinate representation of color #31C527: hue angle of 116.2º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31C527 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB4919739-
CMYK0.7500.800.23
HSL116.2º66.95%46.27%-
HSV(B)116.2º80.2%77.25%-
XYZ21.640.738.64-
YUV134.7473.9766.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 197 (77.34% from 255) = 69.12%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=17.19%
G=69.12%
B=13.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49197390.7500.800.23116.266.9546.27
Hex31C5274B0501774432e
Octal613054711301202716410356
Binary110001110001011001111001011010100001011111101001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,197,39); }

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

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

 a { background-color: rgb(49,197,39); }

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

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

 span { border-color: rgb(49,197,39); }

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