Html Css Color HEX #1FBE14 Lime Green

📋 copy color: '#1FBE14'

red 31 ◦ green 190 ◦ blue 20

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

Shades of Lime Green #1FBE14

Tints of Lime Green #1FBE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 78.84%

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

R = 12.86%
G = 78.84%
B = 8.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#1FBE14 (or 0x1FBE14) is known color: Lime Green. HEX triplet: 1F, BE and 14. RGB value is (31,190,20). Sum of RGB (Red+Green+Blue) = 31+190+20=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 190 (74.61% from 255 or 78.84% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBE14 is #E041EB. Grayscale: #7B7B7B. Windows color (decimal): -14696940 or 1359391. OLE color: 1359391.

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

Color convert

RGB 31 190 20 -
CMYK 0.84 0 0.89 0.25
HSL 116.12º 0.81% 0.41% -
HSV(B) 116.12º 0.89% 0.75% -
XYZ 19.1 37.17 6.83 -
YUV 123.08 69.82 62.32 -
System Red Green Blue C M Y K H S L
Decimal 31 190 20 0.84 0 0.89 0.25 116.12 0.81 0.41
Hex 1F BE 14 54 0 59 19 74 51 29
Octal 37 276 24 124 0 131 31 164 121 51
Binary 11111 10111110 10100 1010100 0 1011001 11001 1110100 1010001 101001

Color Harmonies of #1FBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE14

Black with #1FBE14

Text Example


Text Example

White with #1FBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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