Html Css Color HEX #1FCE14 Lime Green

📋 copy color: '#1FCE14'

red 31 ◦ green 206 ◦ blue 20

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

Shades of Lime Green #1FCE14

Tints of Lime Green #1FCE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 80.16%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 12.06%
G = 80.16%
B = 7.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#1FCE14 (or 0x1FCE14) is known color: Lime Green. HEX triplet: 1F, CE and 14. RGB value is (31,206,20). Sum of RGB (Red+Green+Blue) = 31+206+20=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCE14 is #E031EB. Grayscale: #858585. Windows color (decimal): -14692844 or 1363487. OLE color: 1363487.

HSL color Cylindrical-coordinate representation of color #1FCE14: hue angle of 116.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FCE14 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 206 20 -
CMYK 0.85 0 0.90 0.19
HSL 116.45º 0.82% 0.44% -
HSV(B) 116.45º 0.9% 0.81% -
XYZ 22.76 44.48 8.05 -
YUV 132.47 64.52 55.62 -
System Red Green Blue C M Y K H S L
Decimal 31 206 20 0.85 0 0.90 0.19 116.45 0.82 0.44
Hex 1F CE 14 55 0 5A 13 74 52 2C
Octal 37 316 24 125 0 132 23 164 122 54
Binary 11111 11001110 10100 1010101 0 1011010 10011 1110100 1010010 101100

Color Harmonies of #1FCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCE14

Black with #1FCE14

Text Example


Text Example

White with #1FCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,206,20); }

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

background-color css

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

 a { background-color: rgb(31,206,20); }

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

border-color css

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

 span { border-color: rgb(31,206,20); }

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