Html Css Color HEX #31DB40 Lime Green

📋 copy color: '#31DB40'

red 49 ◦ green 219 ◦ blue 64

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

Shades of Lime Green #31DB40

Tints of Lime Green #31DB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.96%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 14.76%
G = 65.96%
B = 19.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#31DB40 (or 0x31DB40) is known color: Lime Green. HEX triplet: 31, DB and 40. RGB value is (49,219,64). Sum of RGB (Red+Green+Blue) = 49+219+64=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB40 is #CE24BF. Grayscale: #969696. Windows color (decimal): -13509824 or 4250417. OLE color: 4250417.

HSL color Cylindrical-coordinate representation of color #31DB40: hue angle of 125.29º degrees, saturation: 0.7, 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 #31DB40 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 64 -
CMYK 0.78 0 0.71 0.14
HSL 125.29º 0.7% 0.53% -
HSV(B) 125.29º 0.78% 0.86% -
XYZ 27.52 51.69 13.38 -
YUV 150.5 79.18 55.6 -
System Red Green Blue C M Y K H S L
Decimal 49 219 64 0.78 0 0.71 0.14 125.29 0.7 0.53
Hex 31 DB 40 4E 0 47 E 7D 46 35
Octal 61 333 100 116 0 107 16 175 106 65
Binary 110001 11011011 1000000 1001110 0 1000111 1110 1111101 1000110 110101

Color Harmonies of #31DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB40

Black with #31DB40

Text Example


Text Example

White with #31DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,219,64); }

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

background-color css

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

 a { background-color: rgb(49,219,64); }

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

border-color css

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

 span { border-color: rgb(49,219,64); }

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