#18BD1C

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

Shades of Lime Green #18BD1C

Tints of Lime Green #18BD1C

Color information

#18BD1C (or 0x18BD1C) is unknown color: approx Lime Green. HEX triplet: 18, BD and 1C. RGB value is (24,189,28). Sum of RGB (Red+Green+Blue) = 24+189+28=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 189 (74.22% from 255 or 78.42% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD1C is #E742E3. Grayscale: #797979. Windows color (decimal): -15155940 or 1883416. OLE color: 1883416.

HSL color Cylindrical-coordinate representation of color #18BD1C: hue angle of 121.45º 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 #18BD1C is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB2418928-
CMYK0.8700.850.26
HSL121.45º77.46%41.76%-
HSV(B)121.45º87.3%74.12%-
XYZ18.7836.677.19-
YUV121.3175.3458.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 189 (74.22% from 255) = 78.42%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=9.96%
G=78.42%
B=11.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24189280.8700.850.26121.4577.4641.76
Hex18BD1C570551A794d2a
Octal302753412701253217111552
Binary1100010111101111001010111010101011101011110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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