#18BD1A

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

Shades of Lime Green #18BD1A

Tints of Lime Green #18BD1A

Color information

#18BD1A (or 0x18BD1A) is unknown color: approx Lime Green. HEX triplet: 18, BD and 1A. RGB value is (24,189,26). Sum of RGB (Red+Green+Blue) = 24+189+26=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 189 (74.22% from 255 or 79.08% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD1A is #E742E5. Grayscale: #797979. Windows color (decimal): -15155942 or 1752344. OLE color: 1752344.

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

Color convert

RGB2418926-
CMYK0.8700.860.26
HSL120.73º77.46%41.76%-
HSV(B)120.73º87.3%74.12%-
XYZ18.7636.667.07-
YUV121.0874.3458.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 189 (74.22% from 255) = 79.08%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=10.04%
G=79.08%
B=10.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24189260.8700.860.26120.7377.4641.76
Hex18BD1A570561A794d2a
Octal302753212701263217111552
Binary1100010111101110101010111010101101101011110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18BD1A; }

 p { color: rgb(24,189,26); }

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

<style>
 a { background-color: #18BD1A; }

 a { background-color: rgb(24,189,26); }

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

<style>
 span { border-color: #18BD1A; }

 span { border-color: rgb(24,189,26); }

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