Html Css Color HEX #31DD4F Lime Green

📋 copy color: '#31DD4F'

red 49 ◦ green 221 ◦ blue 79

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

Shades of Lime Green #31DD4F

Tints of Lime Green #31DD4F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.32%

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

R = 14.04%
G = 63.32%
B = 22.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#31DD4F (or 0x31DD4F) is known color: Lime Green. HEX triplet: 31, DD and 4F. RGB value is (49,221,79). Sum of RGB (Red+Green+Blue) = 49+221+79=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD4F is #CE22B0. Grayscale: #999999. Windows color (decimal): -13509297 or 5233969. OLE color: 5233969.

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

Color convert

RGB 49 221 79 -
CMYK 0.78 0 0.64 0.13
HSL 130.47º 0.72% 0.53% -
HSV(B) 130.47º 0.78% 0.87% -
XYZ 28.53 52.93 16.11 -
YUV 153.38 86.02 53.55 -
System Red Green Blue C M Y K H S L
Decimal 49 221 79 0.78 0 0.64 0.13 130.47 0.72 0.53
Hex 31 DD 4F 4E 0 40 D 82 48 35
Octal 61 335 117 116 0 100 15 202 110 65
Binary 110001 11011101 1001111 1001110 0 1000000 1101 10000010 1001000 110101

Color Harmonies of #31DD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD4F

Black with #31DD4F

Text Example


Text Example

White with #31DD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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