#1BBF14

Color #1BBF14 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1BBF14

Tints of Lime Green #1BBF14

Color information

#1BBF14 (or 0x1BBF14) is unknown color: approx Lime Green. HEX triplet: 1B, BF and 14. RGB value is (27,191,20). Sum of RGB (Red+Green+Blue) = 27+191+20=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 191 (75% from 255 or 80.25% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBF14 is #E440EB. Grayscale: #7A7A7A. Windows color (decimal): -14958828 or 1359643. OLE color: 1359643.

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

Color convert

RGB2719120-
CMYK0.8600.900.25
HSL117.54º81.04%41.37%-
HSV(B)117.54º89.53%74.9%-
XYZ19.2137.556.9-
YUV122.4770.1759.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 191 (75% from 255) = 80.25%
BLUE value IS 20 (8.20% from 255) = 8.40%
R=11.34%
G=80.25%
B=8.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27191200.8600.900.25117.5481.0441.37
Hex1BBF145605A19765129
Octal332772412601323116612151
Binary1101110111111101001010110010110101100111101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,191,20); }

 H1.HeaderClassName
 {
   color: #1BBF14;
 }
 .AnyTagClassName
 {
   color: #1BBF14;
 }
</style>
background-color css

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

 a { background-color: rgb(27,191,20); }

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

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

 span { border-color: rgb(27,191,20); }

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