Html Css Color HEX #1FC013 Lime Green

📋 copy color: '#1FC013'

red 31 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #1FC013

Tints of Lime Green #1FC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 12.81%
G = 79.34%
B = 7.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#1FC013 (or 0x1FC013) is known color: Lime Green. HEX triplet: 1F, C0 and 13. RGB value is (31,192,19). Sum of RGB (Red+Green+Blue) = 31+192+19=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC013 is #E03FEC. Grayscale: #7C7C7C. Windows color (decimal): -14696429 or 1294367. OLE color: 1294367.

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

Color convert

RGB 31 192 19 -
CMYK 0.84 0 0.90 0.25
HSL 115.84º 0.82% 0.41% -
HSV(B) 115.84º 0.9% 0.75% -
XYZ 19.53 38.04 6.93 -
YUV 124.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 31 192 19 0.84 0 0.90 0.25 115.84 0.82 0.41
Hex 1F C0 13 54 0 5A 19 74 52 29
Octal 37 300 23 124 0 132 31 164 122 51
Binary 11111 11000000 10011 1010100 0 1011010 11001 1110100 1010010 101001

Color Harmonies of #1FC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC013

Black with #1FC013

Text Example


Text Example

White with #1FC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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