Html Css Color HEX #31C24D Lime Green

📋 copy color: '#31C24D'

red 49 ◦ green 194 ◦ blue 77

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

Shades of Lime Green #31C24D

Tints of Lime Green #31C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.63%

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

R = 15.31%
G = 60.63%
B = 24.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#31C24D (or 0x31C24D) is known color: Lime Green. HEX triplet: 31, C2 and 4D. RGB value is (49,194,77). Sum of RGB (Red+Green+Blue) = 49+194+77=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #31C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C24D is #CE3DB2. Grayscale: #898989. Windows color (decimal): -13516211 or 5095985. OLE color: 5095985.

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

Color convert

RGB 49 194 77 -
CMYK 0.75 0 0.60 0.24
HSL 131.59º 0.6% 0.48% -
HSV(B) 131.59º 0.75% 0.76% -
XYZ 21.9 39.77 13.54 -
YUV 137.31 93.96 65.01 -
System Red Green Blue C M Y K H S L
Decimal 49 194 77 0.75 0 0.60 0.24 131.59 0.6 0.48
Hex 31 C2 4D 4B 0 3C 18 84 3C 30
Octal 61 302 115 113 0 74 30 204 74 60
Binary 110001 11000010 1001101 1001011 0 111100 11000 10000100 111100 110000

Color Harmonies of #31C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C24D

Black with #31C24D

Text Example


Text Example

White with #31C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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