Html Css Color HEX #1FC916 Lime Green

📋 copy color: '#1FC916'

red 31 ◦ green 201 ◦ blue 22

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

Shades of Lime Green #1FC916

Tints of Lime Green #1FC916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 79.13%

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

R = 12.2%
G = 79.13%
B = 8.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#1FC916 (or 0x1FC916) is known color: Lime Green. HEX triplet: 1F, C9 and 16. RGB value is (31,201,22). Sum of RGB (Red+Green+Blue) = 31+201+22=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC916 is #E036E9. Grayscale: #828282. Windows color (decimal): -14694122 or 1493279. OLE color: 1493279.

HSL color Cylindrical-coordinate representation of color #1FC916: hue angle of 116.98º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FC916 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 201 22 -
CMYK 0.85 0 0.89 0.21
HSL 116.98º 0.8% 0.44% -
HSV(B) 116.98º 0.89% 0.79% -
XYZ 21.6 42.12 7.75 -
YUV 129.76 67.18 57.55 -
System Red Green Blue C M Y K H S L
Decimal 31 201 22 0.85 0 0.89 0.21 116.98 0.8 0.44
Hex 1F C9 16 55 0 59 15 75 50 2C
Octal 37 311 26 125 0 131 25 165 120 54
Binary 11111 11001001 10110 1010101 0 1011001 10101 1110101 1010000 101100

Color Harmonies of #1FC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC916

Black with #1FC916

Text Example


Text Example

White with #1FC916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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