Html Css Color HEX #1FBC0F Lime Green

📋 copy color: '#1FBC0F'

red 31 ◦ green 188 ◦ blue 15

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

Shades of Lime Green #1FBC0F

Tints of Lime Green #1FBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 80.34%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 13.25%
G = 80.34%
B = 6.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#1FBC0F (or 0x1FBC0F) is known color: Lime Green. HEX triplet: 1F, BC and 0F. RGB value is (31,188,15). Sum of RGB (Red+Green+Blue) = 31+188+15=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC0F is #E043F0. Grayscale: #797979. Windows color (decimal): -14697457 or 1031199. OLE color: 1031199.

HSL color Cylindrical-coordinate representation of color #1FBC0F: hue angle of 114.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FBC0F is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 188 15 -
CMYK 0.84 0 0.92 0.26
HSL 114.45º 0.85% 0.4% -
HSV(B) 114.45º 0.92% 0.74% -
XYZ 18.63 36.29 6.47 -
YUV 121.34 67.99 63.57 -
System Red Green Blue C M Y K H S L
Decimal 31 188 15 0.84 0 0.92 0.26 114.45 0.85 0.4
Hex 1F BC F 54 0 5C 1A 72 55 28
Octal 37 274 17 124 0 134 32 162 125 50
Binary 11111 10111100 1111 1010100 0 1011100 11010 1110010 1010101 101000

Color Harmonies of #1FBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC0F

Black with #1FBC0F

Text Example


Text Example

White with #1FBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,188,15); }

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

background-color css

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

 a { background-color: rgb(31,188,15); }

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

border-color css

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

 span { border-color: rgb(31,188,15); }

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