Html Css Color HEX #1FB914 Lime Green

📋 copy color: '#1FB914'

red 31 ◦ green 185 ◦ blue 20

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

Shades of Lime Green #1FB914

Tints of Lime Green #1FB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 78.39%

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

R = 13.14%
G = 78.39%
B = 8.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#1FB914 (or 0x1FB914) is known color: Lime Green. HEX triplet: 1F, B9 and 14. RGB value is (31,185,20). Sum of RGB (Red+Green+Blue) = 31+185+20=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB914 is #E046EB. Grayscale: #787878. Windows color (decimal): -14698220 or 1358111. OLE color: 1358111.

HSL color Cylindrical-coordinate representation of color #1FB914: hue angle of 116º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FB914 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 185 20 -
CMYK 0.83 0 0.89 0.27
HSL 116º 0.8% 0.4% -
HSV(B) 116º 0.89% 0.73% -
XYZ 18.04 35.04 6.47 -
YUV 120.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 31 185 20 0.83 0 0.89 0.27 116 0.8 0.4
Hex 1F B9 14 53 0 59 1B 74 50 28
Octal 37 271 24 123 0 131 33 164 120 50
Binary 11111 10111001 10100 1010011 0 1011001 11011 1110100 1010000 101000

Color Harmonies of #1FB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB914

Black with #1FB914

Text Example


Text Example

White with #1FB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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