#18CD1D

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

Shades of Lime Green #18CD1D

Tints of Lime Green #18CD1D

Color information

#18CD1D (or 0x18CD1D) is unknown color: approx Lime Green. HEX triplet: 18, CD and 1D. RGB value is (24,205,29). Sum of RGB (Red+Green+Blue) = 24+205+29=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 205 (80.47% from 255 or 79.46% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD1D is #E732E2. Grayscale: #838383. Windows color (decimal): -15151843 or 1953048. OLE color: 1953048.

HSL color Cylindrical-coordinate representation of color #18CD1D: hue angle of 121.66º 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 #18CD1D is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB2420529-
CMYK0.8800.860.20
HSL121.66º79.04%44.9%-
HSV(B)121.66º88.29%80.39%-
XYZ22.4343.958.46-
YUV130.8270.5351.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 205 (80.47% from 255) = 79.46%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=9.30%
G=79.46%
B=11.24%

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
Decimal24205290.8800.860.20121.6679.0444.9
Hex18CD1D58056147a4f2d
Octal303153513001262417211755
Binary1100011001101111011011000010101101010011110101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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