Html Css Color HEX #1FC504 Lime Green

📋 copy color: '#1FC504'

red 31 ◦ green 197 ◦ blue 4

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

Shades of Lime Green #1FC504

Tints of Lime Green #1FC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.91%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 13.36%
G = 84.91%
B = 1.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#1FC504 (or 0x1FC504) is known color: Lime Green. HEX triplet: 1F, C5 and 04. RGB value is (31,197,4). Sum of RGB (Red+Green+Blue) = 31+197+4=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC504 is #E03AFB. Grayscale: #7D7D7D. Windows color (decimal): -14695164 or 312607. OLE color: 312607.

HSL color Cylindrical-coordinate representation of color #1FC504: hue angle of 111.61º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FC504 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 197 4 -
CMYK 0.84 0 0.98 0.23
HSL 111.61º 0.96% 0.39% -
HSV(B) 111.61º 0.98% 0.77% -
XYZ 20.55 40.23 6.8 -
YUV 125.36 59.5 60.69 -
System Red Green Blue C M Y K H S L
Decimal 31 197 4 0.84 0 0.98 0.23 111.61 0.96 0.39
Hex 1F C5 4 54 0 62 17 70 60 27
Octal 37 305 4 124 0 142 27 160 140 47
Binary 11111 11000101 100 1010100 0 1100010 10111 1110000 1100000 100111

Color Harmonies of #1FC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC504

Black with #1FC504

Text Example


Text Example

White with #1FC504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,197,4); }

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

background-color css

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

 a { background-color: rgb(31,197,4); }

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

border-color css

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

 span { border-color: rgb(31,197,4); }

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