Html Css Color HEX #31C64D Lime Green

📋 copy color: '#31C64D'

red 49 ◦ green 198 ◦ blue 77

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

Shades of Lime Green #31C64D

Tints of Lime Green #31C64D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.11%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 15.12%
G = 61.11%
B = 23.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#31C64D (or 0x31C64D) is known color: Lime Green. HEX triplet: 31, C6 and 4D. RGB value is (49,198,77). Sum of RGB (Red+Green+Blue) = 49+198+77=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #31C64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C64D is #CE39B2. Grayscale: #8B8B8B. Windows color (decimal): -13515187 or 5097009. OLE color: 5097009.

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

Color convert

RGB 49 198 77 -
CMYK 0.75 0 0.61 0.22
HSL 131.28º 0.6% 0.48% -
HSV(B) 131.28º 0.75% 0.78% -
XYZ 22.8 41.58 13.84 -
YUV 139.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 49 198 77 0.75 0 0.61 0.22 131.28 0.6 0.48
Hex 31 C6 4D 4B 0 3D 16 83 3C 30
Octal 61 306 115 113 0 75 26 203 74 60
Binary 110001 11000110 1001101 1001011 0 111101 10110 10000011 111100 110000

Color Harmonies of #31C64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C64D

Black with #31C64D

Text Example


Text Example

White with #31C64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,198,77); }

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

background-color css

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

 a { background-color: rgb(49,198,77); }

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

border-color css

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

 span { border-color: rgb(49,198,77); }

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