Html Css Color HEX #1FC211 Lime Green

📋 copy color: '#1FC211'

red 31 ◦ green 194 ◦ blue 17

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

Shades of Lime Green #1FC211

Tints of Lime Green #1FC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 80.17%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 12.81%
G = 80.17%
B = 7.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#1FC211 (or 0x1FC211) is known color: Lime Green. HEX triplet: 1F, C2 and 11. RGB value is (31,194,17). Sum of RGB (Red+Green+Blue) = 31+194+17=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC211 is #E03DEE. Grayscale: #7D7D7D. Windows color (decimal): -14695919 or 1163807. OLE color: 1163807.

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

Color convert

RGB 31 194 17 -
CMYK 0.84 0 0.91 0.24
HSL 115.25º 0.84% 0.41% -
HSV(B) 115.25º 0.91% 0.76% -
XYZ 19.96 38.92 6.99 -
YUV 125.09 67 60.89 -
System Red Green Blue C M Y K H S L
Decimal 31 194 17 0.84 0 0.91 0.24 115.25 0.84 0.41
Hex 1F C2 11 54 0 5B 18 73 54 29
Octal 37 302 21 124 0 133 30 163 124 51
Binary 11111 11000010 10001 1010100 0 1011011 11000 1110011 1010100 101001

Color Harmonies of #1FC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC211

Black with #1FC211

Text Example


Text Example

White with #1FC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,194,17); }

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

background-color css

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

 a { background-color: rgb(31,194,17); }

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

border-color css

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

 span { border-color: rgb(31,194,17); }

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