Html Css Color HEX #1FC605 Lime Green

📋 copy color: '#1FC605'

red 31 ◦ green 198 ◦ blue 5

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

Shades of Lime Green #1FC605

Tints of Lime Green #1FC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 84.62%

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 13.25%
G = 84.62%
B = 2.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#1FC605 (or 0x1FC605) is known color: Lime Green. HEX triplet: 1F, C6 and 05. RGB value is (31,198,5). Sum of RGB (Red+Green+Blue) = 31+198+5=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC605 is #E039FA. Grayscale: #7E7E7E. Windows color (decimal): -14694907 or 378399. OLE color: 378399.

HSL color Cylindrical-coordinate representation of color #1FC605: hue angle of 111.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FC605 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 198 5 -
CMYK 0.84 0 0.97 0.22
HSL 111.92º 0.95% 0.4% -
HSV(B) 111.92º 0.97% 0.78% -
XYZ 20.79 40.69 6.9 -
YUV 126.07 59.67 60.19 -
System Red Green Blue C M Y K H S L
Decimal 31 198 5 0.84 0 0.97 0.22 111.92 0.95 0.4
Hex 1F C6 5 54 0 61 16 70 5F 28
Octal 37 306 5 124 0 141 26 160 137 50
Binary 11111 11000110 101 1010100 0 1100001 10110 1110000 1011111 101000

Color Harmonies of #1FC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC605

Black with #1FC605

Text Example


Text Example

White with #1FC605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,198,5); }

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

background-color css

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

 a { background-color: rgb(31,198,5); }

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

border-color css

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

 span { border-color: rgb(31,198,5); }

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