#18CD1C

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

Shades of Lime Green #18CD1C

Tints of Lime Green #18CD1C

Color information

#18CD1C (or 0x18CD1C) is unknown color: approx Lime Green. HEX triplet: 18, CD and 1C. RGB value is (24,205,28). Sum of RGB (Red+Green+Blue) = 24+205+28=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 205 (80.47% from 255 or 79.77% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD1C is #E732E3. Grayscale: #838383. Windows color (decimal): -15151844 or 1887512. OLE color: 1887512.

HSL color Cylindrical-coordinate representation of color #18CD1C: hue angle of 121.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CD1C is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB2420528-
CMYK0.8800.860.20
HSL121.33º79.04%44.9%-
HSV(B)121.33º88.29%80.39%-
XYZ22.4243.948.4-
YUV130.770.0351.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 205 (80.47% from 255) = 79.77%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=9.34%
G=79.77%
B=10.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24205280.8800.860.20121.3379.0444.9
Hex18CD1C5805614794f2d
Octal303153413001262417111755
Binary1100011001101111001011000010101101010011110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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