Html Css Color HEX #1FC120 Lime Green

📋 copy color: '#1FC120'

red 31 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #1FC120

Tints of Lime Green #1FC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.39%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 12.11%
G = 75.39%
B = 12.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1FC120 (or 0x1FC120) is known color: Lime Green. HEX triplet: 1F, C1 and 20. RGB value is (31,193,32). Sum of RGB (Red+Green+Blue) = 31+193+32=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC120 is #E03EDF. Grayscale: #7E7E7E. Windows color (decimal): -14696160 or 2146591. OLE color: 2146591.

HSL color Cylindrical-coordinate representation of color #1FC120: hue angle of 120.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC120 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 193 32 -
CMYK 0.84 0 0.83 0.24
HSL 120.37º 0.72% 0.44% -
HSV(B) 120.37º 0.84% 0.76% -
XYZ 19.9 38.54 7.76 -
YUV 126.21 74.83 60.09 -
System Red Green Blue C M Y K H S L
Decimal 31 193 32 0.84 0 0.83 0.24 120.37 0.72 0.44
Hex 1F C1 20 54 0 53 18 78 48 2C
Octal 37 301 40 124 0 123 30 170 110 54
Binary 11111 11000001 100000 1010100 0 1010011 11000 1111000 1001000 101100

Color Harmonies of #1FC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC120

Black with #1FC120

Text Example


Text Example

White with #1FC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,193,32); }

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

background-color css

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

 a { background-color: rgb(31,193,32); }

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

border-color css

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

 span { border-color: rgb(31,193,32); }

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