Html Css Color HEX #31D246 Lime Green

📋 copy color: '#31D246'

red 49 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #31D246

Tints of Lime Green #31D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.83%

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

R = 14.89%
G = 63.83%
B = 21.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#31D246 (or 0x31D246) is known color: Lime Green. HEX triplet: 31, D2 and 46. RGB value is (49,210,70). Sum of RGB (Red+Green+Blue) = 49+210+70=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #31D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D246 is #CE2DB9. Grayscale: #929292. Windows color (decimal): -13512122 or 4641329. OLE color: 4641329.

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

Color convert

RGB 49 210 70 -
CMYK 0.77 0 0.67 0.18
HSL 127.83º 0.64% 0.51% -
HSV(B) 127.83º 0.77% 0.82% -
XYZ 25.42 47.19 13.56 -
YUV 145.9 85.16 58.88 -
System Red Green Blue C M Y K H S L
Decimal 49 210 70 0.77 0 0.67 0.18 127.83 0.64 0.51
Hex 31 D2 46 4D 0 43 12 80 40 33
Octal 61 322 106 115 0 103 22 200 100 63
Binary 110001 11010010 1000110 1001101 0 1000011 10010 10000000 1000000 110011

Color Harmonies of #31D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D246

Black with #31D246

Text Example


Text Example

White with #31D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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