Html Css Color HEX #31D81D Lime Green

📋 copy color: '#31D81D'

red 49 ◦ green 216 ◦ blue 29

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

Shades of Lime Green #31D81D

Tints of Lime Green #31D81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 73.47%

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 16.67%
G = 73.47%
B = 9.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#31D81D (or 0x31D81D) is known color: Lime Green. HEX triplet: 31, D8 and 1D. RGB value is (49,216,29). Sum of RGB (Red+Green+Blue) = 49+216+29=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #31D81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D81D is #CE27E2. Grayscale: #919191. Windows color (decimal): -13510627 or 1955889. OLE color: 1955889.

HSL color Cylindrical-coordinate representation of color #31D81D: hue angle of 113.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31D81D is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 216 29 -
CMYK 0.77 0 0.87 0.15
HSL 113.58º 0.76% 0.48% -
HSV(B) 113.58º 0.87% 0.85% -
XYZ 26.04 49.85 9.41 -
YUV 144.75 62.67 59.71 -
System Red Green Blue C M Y K H S L
Decimal 49 216 29 0.77 0 0.87 0.15 113.58 0.76 0.48
Hex 31 D8 1D 4D 0 57 F 72 4C 30
Octal 61 330 35 115 0 127 17 162 114 60
Binary 110001 11011000 11101 1001101 0 1010111 1111 1110010 1001100 110000

Color Harmonies of #31D81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D81D

Black with #31D81D

Text Example


Text Example

White with #31D81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,216,29); }

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

background-color css

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

 a { background-color: rgb(49,216,29); }

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

border-color css

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

 span { border-color: rgb(49,216,29); }

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