#1BB614

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

Shades of Lime Green #1BB614

Tints of Lime Green #1BB614

Color information

#1BB614 (or 0x1BB614) is unknown color: approx Lime Green. HEX triplet: 1B, B6 and 14. RGB value is (27,182,20). Sum of RGB (Red+Green+Blue) = 27+182+20=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB614 is #E449EB. Grayscale: #757575. Windows color (decimal): -14961132 or 1357339. OLE color: 1357339.

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

Color convert

RGB2718220-
CMYK0.8500.890.29
HSL117.41º80.2%39.61%-
HSV(B)117.41º89.01%71.37%-
XYZ17.3133.746.26-
YUV117.1973.1563.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.79%
GREEN value IS 182 (71.48% from 255) = 79.48%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=11.79%
G=79.48%
B=8.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27182200.8500.890.29117.4180.239.61
Hex1BB614550591D755028
Octal332662412501313516512050
Binary1101110110110101001010101010110011110111101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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