Html Css Color HEX #31D015 Lime Green

📋 copy color: '#31D015'

red 49 ◦ green 208 ◦ blue 21

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

Shades of Lime Green #31D015

Tints of Lime Green #31D015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 74.82%

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

R = 17.63%
G = 74.82%
B = 7.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#31D015 (or 0x31D015) is known color: Lime Green. HEX triplet: 31, D0 and 15. RGB value is (49,208,21). Sum of RGB (Red+Green+Blue) = 49+208+21=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #31D015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D015 is #CE2FEA. Grayscale: #8B8B8B. Windows color (decimal): -13512683 or 1429553. OLE color: 1429553.

HSL color Cylindrical-coordinate representation of color #31D015: hue angle of 111.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31D015 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 208 21 -
CMYK 0.76 0 0.90 0.18
HSL 111.02º 0.82% 0.45% -
HSV(B) 111.02º 0.9% 0.82% -
XYZ 23.96 45.82 8.29 -
YUV 139.14 61.32 63.71 -
System Red Green Blue C M Y K H S L
Decimal 49 208 21 0.76 0 0.90 0.18 111.02 0.82 0.45
Hex 31 D0 15 4C 0 5A 12 6F 52 2D
Octal 61 320 25 114 0 132 22 157 122 55
Binary 110001 11010000 10101 1001100 0 1011010 10010 1101111 1010010 101101

Color Harmonies of #31D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D015

Black with #31D015

Text Example


Text Example

White with #31D015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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