Html Css Color HEX #1FD813 Lime Green

📋 copy color: '#1FD813'

red 31 ◦ green 216 ◦ blue 19

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

Shades of Lime Green #1FD813

Tints of Lime Green #1FD813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 81.2%

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

R = 11.65%
G = 81.2%
B = 7.14%

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

#1FD813 (or 0x1FD813) is known color: Lime Green. HEX triplet: 1F, D8 and 13. RGB value is (31,216,19). Sum of RGB (Red+Green+Blue) = 31+216+19=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 216 (84.77% from 255 or 81.20% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD813 is #E027EC. Grayscale: #8A8A8A. Windows color (decimal): -14690285 or 1300511. OLE color: 1300511.

HSL color Cylindrical-coordinate representation of color #1FD813: hue angle of 116.35º 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 #1FD813 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 216 19 -
CMYK 0.86 0 0.91 0.15
HSL 116.35º 0.84% 0.46% -
HSV(B) 116.35º 0.91% 0.85% -
XYZ 25.24 49.45 8.83 -
YUV 138.23 60.71 51.52 -
System Red Green Blue C M Y K H S L
Decimal 31 216 19 0.86 0 0.91 0.15 116.35 0.84 0.46
Hex 1F D8 13 56 0 5B F 74 54 2E
Octal 37 330 23 126 0 133 17 164 124 56
Binary 11111 11011000 10011 1010110 0 1011011 1111 1110100 1010100 101110

Color Harmonies of #1FD813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD813

Black with #1FD813

Text Example


Text Example

White with #1FD813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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