Html Css Color HEX #1FC00F Lime Green

📋 copy color: '#1FC00F'

red 31 ◦ green 192 ◦ blue 15

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

Shades of Lime Green #1FC00F

Tints of Lime Green #1FC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 13.03%
G = 80.67%
B = 6.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#1FC00F (or 0x1FC00F) is known color: Lime Green. HEX triplet: 1F, C0 and 0F. RGB value is (31,192,15). Sum of RGB (Red+Green+Blue) = 31+192+15=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC00F is #E03FF0. Grayscale: #7C7C7C. Windows color (decimal): -14696433 or 1032223. OLE color: 1032223.

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

Color convert

RGB 31 192 15 -
CMYK 0.84 0 0.92 0.25
HSL 114.58º 0.86% 0.41% -
HSV(B) 114.58º 0.92% 0.75% -
XYZ 19.5 38.03 6.76 -
YUV 123.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 31 192 15 0.84 0 0.92 0.25 114.58 0.86 0.41
Hex 1F C0 F 54 0 5C 19 73 56 29
Octal 37 300 17 124 0 134 31 163 126 51
Binary 11111 11000000 1111 1010100 0 1011100 11001 1110011 1010110 101001

Color Harmonies of #1FC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC00F

Black with #1FC00F

Text Example


Text Example

White with #1FC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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