Html Css Color HEX #1FD913 Lime Green

📋 copy color: '#1FD913'

red 31 ◦ green 217 ◦ blue 19

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

Shades of Lime Green #1FD913

Tints of Lime Green #1FD913

RGB

 RED value IS 31 (12.5% from 255) = 11.61%

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 11.61%
G = 81.27%
B = 7.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#1FD913 (or 0x1FD913) is known color: Lime Green. HEX triplet: 1F, D9 and 13. RGB value is (31,217,19). Sum of RGB (Red+Green+Blue) = 31+217+19=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 217 (85.16% from 255 or 81.27% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD913 is #E026EC. Grayscale: #8B8B8B. Windows color (decimal): -14690029 or 1300767. OLE color: 1300767.

HSL color Cylindrical-coordinate representation of color #1FD913: hue angle of 116.36º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FD913 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 217 19 -
CMYK 0.86 0 0.91 0.15
HSL 116.36º 0.84% 0.46% -
HSV(B) 116.36º 0.91% 0.85% -
XYZ 25.5 49.96 8.92 -
YUV 138.81 60.38 51.1 -
System Red Green Blue C M Y K H S L
Decimal 31 217 19 0.86 0 0.91 0.15 116.36 0.84 0.46
Hex 1F D9 13 56 0 5B F 74 54 2E
Octal 37 331 23 126 0 133 17 164 124 56
Binary 11111 11011001 10011 1010110 0 1011011 1111 1110100 1010100 101110

Color Harmonies of #1FD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD913

Black with #1FD913

Text Example


Text Example

White with #1FD913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FD913; }

 p { color: rgb(31,217,19); }

 H1.HeaderClassName
 {
   color: #1FD913;
 }
 .AnyTagClassName
 {
   color: #1FD913;
 }
</style>

background-color css

<style>
 a { background-color: #1FD913; }

 a { background-color: rgb(31,217,19); }

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

border-color css

<style>
 span { border-color: #1FD913; }

 span { border-color: rgb(31,217,19); }

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