Html Css Color HEX #1FC90C Lime Green

📋 copy color: '#1FC90C'

red 31 ◦ green 201 ◦ blue 12

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

Shades of Lime Green #1FC90C

Tints of Lime Green #1FC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 82.38%

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 12.7%
G = 82.38%
B = 4.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#1FC90C (or 0x1FC90C) is known color: Lime Green. HEX triplet: 1F, C9 and 0C. RGB value is (31,201,12). Sum of RGB (Red+Green+Blue) = 31+201+12=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 201 (78.91% from 255 or 82.38% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC90C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC90C is #E036F3. Grayscale: #818181. Windows color (decimal): -14694132 or 837919. OLE color: 837919.

HSL color Cylindrical-coordinate representation of color #1FC90C: hue angle of 113.97º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FC90C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 201 12 -
CMYK 0.85 0 0.94 0.21
HSL 113.97º 0.89% 0.42% -
HSV(B) 113.97º 0.94% 0.79% -
XYZ 21.52 42.09 7.34 -
YUV 128.62 62.18 58.37 -
System Red Green Blue C M Y K H S L
Decimal 31 201 12 0.85 0 0.94 0.21 113.97 0.89 0.42
Hex 1F C9 C 55 0 5E 15 72 59 2A
Octal 37 311 14 125 0 136 25 162 131 52
Binary 11111 11001001 1100 1010101 0 1011110 10101 1110010 1011001 101010

Color Harmonies of #1FC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC90C

Black with #1FC90C

Text Example


Text Example

White with #1FC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,201,12); }

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

background-color css

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

 a { background-color: rgb(31,201,12); }

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

border-color css

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

 span { border-color: rgb(31,201,12); }

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