Html Css Color HEX #1FBC1B Lime Green

📋 copy color: '#1FBC1B'

red 31 ◦ green 188 ◦ blue 27

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

Shades of Lime Green #1FBC1B

Tints of Lime Green #1FBC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 12.6%
G = 76.42%
B = 10.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#1FBC1B (or 0x1FBC1B) is known color: Lime Green. HEX triplet: 1F, BC and 1B. RGB value is (31,188,27). Sum of RGB (Red+Green+Blue) = 31+188+27=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC1B is #E043E4. Grayscale: #7B7B7B. Windows color (decimal): -14697445 or 1817631. OLE color: 1817631.

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

Color convert

RGB 31 188 27 -
CMYK 0.84 0 0.86 0.26
HSL 118.51º 0.75% 0.42% -
HSV(B) 118.51º 0.86% 0.74% -
XYZ 18.75 36.34 7.06 -
YUV 122.7 73.99 62.59 -
System Red Green Blue C M Y K H S L
Decimal 31 188 27 0.84 0 0.86 0.26 118.51 0.75 0.42
Hex 1F BC 1B 54 0 56 1A 77 4B 2A
Octal 37 274 33 124 0 126 32 167 113 52
Binary 11111 10111100 11011 1010100 0 1010110 11010 1110111 1001011 101010

Color Harmonies of #1FBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC1B

Black with #1FBC1B

Text Example


Text Example

White with #1FBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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