Html Css Color HEX #1FC00C Lime Green

📋 copy color: '#1FC00C'

red 31 ◦ green 192 ◦ blue 12

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

Shades of Lime Green #1FC00C

Tints of Lime Green #1FC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.7%

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 13.19%
G = 81.7%
B = 5.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#1FC00C (or 0x1FC00C) is known color: Lime Green. HEX triplet: 1F, C0 and 0C. RGB value is (31,192,12). Sum of RGB (Red+Green+Blue) = 31+192+12=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC00C is #E03FF3. Grayscale: #7B7B7B. Windows color (decimal): -14696436 or 835615. OLE color: 835615.

HSL color Cylindrical-coordinate representation of color #1FC00C: hue angle of 113.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FC00C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 12 -
CMYK 0.84 0 0.94 0.25
HSL 113.67º 0.88% 0.4% -
HSV(B) 113.67º 0.94% 0.75% -
XYZ 19.48 38.02 6.66 -
YUV 123.34 65.16 62.14 -
System Red Green Blue C M Y K H S L
Decimal 31 192 12 0.84 0 0.94 0.25 113.67 0.88 0.4
Hex 1F C0 C 54 0 5E 19 72 58 28
Octal 37 300 14 124 0 136 31 162 130 50
Binary 11111 11000000 1100 1010100 0 1011110 11001 1110010 1011000 101000

Color Harmonies of #1FC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC00C

Black with #1FC00C

Text Example


Text Example

White with #1FC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,192,12); }

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

background-color css

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

 a { background-color: rgb(31,192,12); }

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

border-color css

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

 span { border-color: rgb(31,192,12); }

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