Html Css Color HEX #31D446 Lime Green

📋 copy color: '#31D446'

red 49 ◦ green 212 ◦ blue 70

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

Shades of Lime Green #31D446

Tints of Lime Green #31D446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.05%

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

R = 14.8%
G = 64.05%
B = 21.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#31D446 (or 0x31D446) is known color: Lime Green. HEX triplet: 31, D4 and 46. RGB value is (49,212,70). Sum of RGB (Red+Green+Blue) = 49+212+70=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #31D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D446 is #CE2BB9. Grayscale: #939393. Windows color (decimal): -13511610 or 4641841. OLE color: 4641841.

HSL color Cylindrical-coordinate representation of color #31D446: hue angle of 127.73º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D446 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 212 70 -
CMYK 0.77 0 0.67 0.17
HSL 127.73º 0.65% 0.51% -
HSV(B) 127.73º 0.77% 0.83% -
XYZ 25.92 48.18 13.73 -
YUV 147.08 84.5 58.05 -
System Red Green Blue C M Y K H S L
Decimal 49 212 70 0.77 0 0.67 0.17 127.73 0.65 0.51
Hex 31 D4 46 4D 0 43 11 80 41 33
Octal 61 324 106 115 0 103 21 200 101 63
Binary 110001 11010100 1000110 1001101 0 1000011 10001 10000000 1000001 110011

Color Harmonies of #31D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D446

Black with #31D446

Text Example


Text Example

White with #31D446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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