Html Css Color HEX #31DC4F Lime Green

📋 copy color: '#31DC4F'

red 49 ◦ green 220 ◦ blue 79

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

Shades of Lime Green #31DC4F

Tints of Lime Green #31DC4F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.22%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 14.08%
G = 63.22%
B = 22.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#31DC4F (or 0x31DC4F) is known color: Lime Green. HEX triplet: 31, DC and 4F. RGB value is (49,220,79). Sum of RGB (Red+Green+Blue) = 49+220+79=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC4F is #CE23B0. Grayscale: #999999. Windows color (decimal): -13509553 or 5233713. OLE color: 5233713.

HSL color Cylindrical-coordinate representation of color #31DC4F: hue angle of 130.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC4F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 79 -
CMYK 0.78 0 0.64 0.14
HSL 130.53º 0.71% 0.53% -
HSV(B) 130.53º 0.78% 0.86% -
XYZ 28.27 52.4 16.02 -
YUV 152.8 86.35 53.96 -
System Red Green Blue C M Y K H S L
Decimal 49 220 79 0.78 0 0.64 0.14 130.53 0.71 0.53
Hex 31 DC 4F 4E 0 40 E 83 47 35
Octal 61 334 117 116 0 100 16 203 107 65
Binary 110001 11011100 1001111 1001110 0 1000000 1110 10000011 1000111 110101

Color Harmonies of #31DC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC4F

Black with #31DC4F

Text Example


Text Example

White with #31DC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,79); }

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

background-color css

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

 a { background-color: rgb(49,220,79); }

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

border-color css

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

 span { border-color: rgb(49,220,79); }

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