Html Css Color HEX #1FD916 Lime Green

📋 copy color: '#1FD916'

red 31 ◦ green 217 ◦ blue 22

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

Shades of Lime Green #1FD916

Tints of Lime Green #1FD916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 11.48%
G = 80.37%
B = 8.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#1FD916 (or 0x1FD916) is known color: Lime Green. HEX triplet: 1F, D9 and 16. RGB value is (31,217,22). Sum of RGB (Red+Green+Blue) = 31+217+22=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 217 (85.16% from 255 or 80.37% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD916 is #E026E9. Grayscale: #8B8B8B. Windows color (decimal): -14690026 or 1497375. OLE color: 1497375.

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

Color convert

RGB 31 217 22 -
CMYK 0.86 0 0.90 0.15
HSL 117.23º 0.82% 0.47% -
HSV(B) 117.23º 0.9% 0.85% -
XYZ 25.52 49.97 9.06 -
YUV 139.16 61.88 50.86 -
System Red Green Blue C M Y K H S L
Decimal 31 217 22 0.86 0 0.90 0.15 117.23 0.82 0.47
Hex 1F D9 16 56 0 5A F 75 52 2F
Octal 37 331 26 126 0 132 17 165 122 57
Binary 11111 11011001 10110 1010110 0 1011010 1111 1110101 1010010 101111

Color Harmonies of #1FD916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD916

Black with #1FD916

Text Example


Text Example

White with #1FD916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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