Html Css Color HEX #1FC012 Lime Green

📋 copy color: '#1FC012'

red 31 ◦ green 192 ◦ blue 18

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

Shades of Lime Green #1FC012

Tints of Lime Green #1FC012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 12.86%
G = 79.67%
B = 7.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#1FC012 (or 0x1FC012) is known color: Lime Green. HEX triplet: 1F, C0 and 12. RGB value is (31,192,18). Sum of RGB (Red+Green+Blue) = 31+192+18=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC012 is #E03FED. Grayscale: #7C7C7C. Windows color (decimal): -14696430 or 1228831. OLE color: 1228831.

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

Color convert

RGB 31 192 18 -
CMYK 0.84 0 0.91 0.25
HSL 115.52º 0.83% 0.41% -
HSV(B) 115.52º 0.91% 0.75% -
XYZ 19.52 38.03 6.88 -
YUV 124.03 68.16 61.65 -
System Red Green Blue C M Y K H S L
Decimal 31 192 18 0.84 0 0.91 0.25 115.52 0.83 0.41
Hex 1F C0 12 54 0 5B 19 74 53 29
Octal 37 300 22 124 0 133 31 164 123 51
Binary 11111 11000000 10010 1010100 0 1011011 11001 1110100 1010011 101001

Color Harmonies of #1FC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC012

Black with #1FC012

Text Example


Text Example

White with #1FC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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