Html Css Color HEX #31D915 Lime Green

📋 copy color: '#31D915'

red 49 ◦ green 217 ◦ blue 21

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

Shades of Lime Green #31D915

Tints of Lime Green #31D915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 75.61%

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

R = 17.07%
G = 75.61%
B = 7.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#31D915 (or 0x31D915) is known color: Lime Green. HEX triplet: 31, D9 and 15. RGB value is (49,217,21). Sum of RGB (Red+Green+Blue) = 49+217+21=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 217 (85.16% from 255 or 75.61% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 217 - color contains mainly: green. Hex color #31D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D915 is #CE26EA. Grayscale: #919191. Windows color (decimal): -13510379 or 1431857. OLE color: 1431857.

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

Color convert

RGB 49 217 21 -
CMYK 0.77 0 0.90 0.15
HSL 111.43º 0.82% 0.47% -
HSV(B) 111.43º 0.9% 0.85% -
XYZ 26.21 50.33 9.04 -
YUV 144.42 58.34 59.94 -
System Red Green Blue C M Y K H S L
Decimal 49 217 21 0.77 0 0.90 0.15 111.43 0.82 0.47
Hex 31 D9 15 4D 0 5A F 6F 52 2F
Octal 61 331 25 115 0 132 17 157 122 57
Binary 110001 11011001 10101 1001101 0 1011010 1111 1101111 1010010 101111

Color Harmonies of #31D915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D915

Black with #31D915

Text Example


Text Example

White with #31D915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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