#1BD01A

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

Shades of Lime Green #1BD01A

Tints of Lime Green #1BD01A

Color information

#1BD01A (or 0x1BD01A) is unknown color: approx Lime Green. HEX triplet: 1B, D0 and 1A. RGB value is (27,208,26). Sum of RGB (Red+Green+Blue) = 27+208+26=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 208 (81.64% from 255 or 79.69% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD01A is #E42FE5. Grayscale: #858585. Windows color (decimal): -14954470 or 1757211. OLE color: 1757211.

HSL color Cylindrical-coordinate representation of color #1BD01A: hue angle of 119.67º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD01A is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2720826-
CMYK0.8700.880.18
HSL119.67º77.78%45.88%-
HSV(B)119.67º87.5%81.57%-
XYZ23.1945.428.52-
YUV133.1367.5352.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 208 (81.64% from 255) = 79.69%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=10.34%
G=79.69%
B=9.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27208260.8700.880.18119.6777.7845.88
Hex1BD01A5705812784e2e
Octal333203212701302217011656
Binary1101111010000110101010111010110001001011110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,208,26); }

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

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

 a { background-color: rgb(27,208,26); }

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

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

 span { border-color: rgb(27,208,26); }

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