#18CD1E

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

Shades of Lime Green #18CD1E

Tints of Lime Green #18CD1E

Color information

#18CD1E (or 0x18CD1E) is unknown color: approx Lime Green. HEX triplet: 18, CD and 1E. RGB value is (24,205,30). Sum of RGB (Red+Green+Blue) = 24+205+30=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 205 (80.47% from 255 or 79.15% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD1E is #E732E1. Grayscale: #838383. Windows color (decimal): -15151842 or 2018584. OLE color: 2018584.

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

Color convert

RGB2420530-
CMYK0.8800.850.20
HSL121.99º79.04%44.9%-
HSV(B)121.99º88.29%80.39%-
XYZ22.4443.958.53-
YUV130.9371.0351.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 205 (80.47% from 255) = 79.15%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=9.27%
G=79.15%
B=11.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24205300.8800.850.20121.9979.0444.9
Hex18CD1E58055147a4f2d
Octal303153613001252417211755
Binary1100011001101111101011000010101011010011110101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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