Html Css Color HEX #31C540 Lime Green

📋 copy color: '#31C540'

red 49 ◦ green 197 ◦ blue 64

#31C540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #31C540

Tints of Lime Green #31C540

RGB

 RED value IS 49 (19.53% from 255) = 15.81%

 GREEN value IS 197 (77.34% from 255) = 63.55%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 15.81%
G = 63.55%
B = 20.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#31C540 (or 0x31C540) is known color: Lime Green. HEX triplet: 31, C5 and 40. RGB value is (49,197,64). Sum of RGB (Red+Green+Blue) = 49+197+64=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #31C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C540 is #CE3ABF. Grayscale: #898989. Windows color (decimal): -13515456 or 4244785. OLE color: 4244785.

HSL color Cylindrical-coordinate representation of color #31C540: hue angle of 126.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C540 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 197 64 -
CMYK 0.75 0 0.68 0.23
HSL 126.08º 0.6% 0.48% -
HSV(B) 126.08º 0.75% 0.77% -
XYZ 22.16 40.96 11.59 -
YUV 137.59 86.47 64.81 -
System Red Green Blue C M Y K H S L
Decimal 49 197 64 0.75 0 0.68 0.23 126.08 0.6 0.48
Hex 31 C5 40 4B 0 44 17 7E 3C 30
Octal 61 305 100 113 0 104 27 176 74 60
Binary 110001 11000101 1000000 1001011 0 1000100 10111 1111110 111100 110000

Color Harmonies of #31C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C540

Black with #31C540

Text Example


Text Example

White with #31C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31C540;
 }
 .AnyTagClassName
 {
   color: #31C540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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