Html Css Color HEX #31DD46 Lime Green

📋 copy color: '#31DD46'

red 49 ◦ green 221 ◦ blue 70

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

Shades of Lime Green #31DD46

Tints of Lime Green #31DD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 14.41%
G = 65%
B = 20.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#31DD46 (or 0x31DD46) is known color: Lime Green. HEX triplet: 31, DD and 46. RGB value is (49,221,70). Sum of RGB (Red+Green+Blue) = 49+221+70=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD46 is #CE22B9. Grayscale: #989898. Windows color (decimal): -13509306 or 4644145. OLE color: 4644145.

HSL color Cylindrical-coordinate representation of color #31DD46: hue angle of 127.33º 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 #31DD46 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 70 -
CMYK 0.78 0 0.68 0.13
HSL 127.33º 0.72% 0.53% -
HSV(B) 127.33º 0.78% 0.87% -
XYZ 28.23 52.81 14.5 -
YUV 152.36 81.52 54.28 -
System Red Green Blue C M Y K H S L
Decimal 49 221 70 0.78 0 0.68 0.13 127.33 0.72 0.53
Hex 31 DD 46 4E 0 44 D 7F 48 35
Octal 61 335 106 116 0 104 15 177 110 65
Binary 110001 11011101 1000110 1001110 0 1000100 1101 1111111 1001000 110101

Color Harmonies of #31DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD46

Black with #31DD46

Text Example


Text Example

White with #31DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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