Html Css Color HEX #1FC413 Lime Green

📋 copy color: '#1FC413'

red 31 ◦ green 196 ◦ blue 19

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

Shades of Lime Green #1FC413

Tints of Lime Green #1FC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 79.67%

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

R = 12.6%
G = 79.67%
B = 7.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#1FC413 (or 0x1FC413) is known color: Lime Green. HEX triplet: 1F, C4 and 13. RGB value is (31,196,19). Sum of RGB (Red+Green+Blue) = 31+196+19=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 196 (76.95% from 255 or 79.67% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC413 is #E03BEC. Grayscale: #7F7F7F. Windows color (decimal): -14695405 or 1295391. OLE color: 1295391.

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

Color convert

RGB 31 196 19 -
CMYK 0.84 0 0.90 0.23
HSL 115.93º 0.82% 0.42% -
HSV(B) 115.93º 0.9% 0.77% -
XYZ 20.42 39.82 7.23 -
YUV 126.49 67.34 59.89 -
System Red Green Blue C M Y K H S L
Decimal 31 196 19 0.84 0 0.90 0.23 115.93 0.82 0.42
Hex 1F C4 13 54 0 5A 17 74 52 2A
Octal 37 304 23 124 0 132 27 164 122 52
Binary 11111 11000100 10011 1010100 0 1011010 10111 1110100 1010010 101010

Color Harmonies of #1FC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC413

Black with #1FC413

Text Example


Text Example

White with #1FC413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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