Html Css Color HEX #31D715 Lime Green

📋 copy color: '#31D715'

red 49 ◦ green 215 ◦ blue 21

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

Shades of Lime Green #31D715

Tints of Lime Green #31D715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 17.19%
G = 75.44%
B = 7.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#31D715 (or 0x31D715) is known color: Lime Green. HEX triplet: 31, D7 and 15. RGB value is (49,215,21). Sum of RGB (Red+Green+Blue) = 49+215+21=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #31D715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D715 is #CE28EA. Grayscale: #8F8F8F. Windows color (decimal): -13510891 or 1431345. OLE color: 1431345.

HSL color Cylindrical-coordinate representation of color #31D715: hue angle of 111.34º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31D715 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 215 21 -
CMYK 0.77 0 0.90 0.16
HSL 111.34º 0.82% 0.46% -
HSV(B) 111.34º 0.9% 0.84% -
XYZ 25.7 49.31 8.87 -
YUV 143.25 59 60.77 -
System Red Green Blue C M Y K H S L
Decimal 49 215 21 0.77 0 0.90 0.16 111.34 0.82 0.46
Hex 31 D7 15 4D 0 5A 10 6F 52 2E
Octal 61 327 25 115 0 132 20 157 122 56
Binary 110001 11010111 10101 1001101 0 1011010 10000 1101111 1010010 101110

Color Harmonies of #31D715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D715

Black with #31D715

Text Example


Text Example

White with #31D715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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