Html Css Color HEX #31D744 Lime Green

📋 copy color: '#31D744'

red 49 ◦ green 215 ◦ blue 68

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

Shades of Lime Green #31D744

Tints of Lime Green #31D744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.76%

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 14.76%
G = 64.76%
B = 20.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#31D744 (or 0x31D744) is known color: Lime Green. HEX triplet: 31, D7 and 44. RGB value is (49,215,68). Sum of RGB (Red+Green+Blue) = 49+215+68=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #31D744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D744 is #CE28BB. Grayscale: #959595. Windows color (decimal): -13510844 or 4511537. OLE color: 4511537.

HSL color Cylindrical-coordinate representation of color #31D744: hue angle of 126.87º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D744 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 215 68 -
CMYK 0.77 0 0.68 0.16
HSL 126.87º 0.67% 0.52% -
HSV(B) 126.87º 0.77% 0.84% -
XYZ 26.61 49.67 13.65 -
YUV 148.61 82.5 56.95 -
System Red Green Blue C M Y K H S L
Decimal 49 215 68 0.77 0 0.68 0.16 126.87 0.67 0.52
Hex 31 D7 44 4D 0 44 10 7F 43 34
Octal 61 327 104 115 0 104 20 177 103 64
Binary 110001 11010111 1000100 1001101 0 1000100 10000 1111111 1000011 110100

Color Harmonies of #31D744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D744

Black with #31D744

Text Example


Text Example

White with #31D744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,215,68); }

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

background-color css

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

 a { background-color: rgb(49,215,68); }

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

border-color css

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

 span { border-color: rgb(49,215,68); }

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