#18CD1B

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

Shades of Lime Green #18CD1B

Tints of Lime Green #18CD1B

Color information

#18CD1B (or 0x18CD1B) is unknown color: approx Lime Green. HEX triplet: 18, CD and 1B. RGB value is (24,205,27). Sum of RGB (Red+Green+Blue) = 24+205+27=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD1B is #E732E4. Grayscale: #838383. Windows color (decimal): -15151845 or 1821976. OLE color: 1821976.

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

Color convert

RGB2420527-
CMYK0.8800.870.20
HSL120.99º79.04%44.9%-
HSV(B)120.99º88.29%80.39%-
XYZ22.4143.948.34-
YUV130.5969.5351.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 205 (80.47% from 255) = 80.08%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=9.38%
G=80.08%
B=10.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24205270.8800.870.20120.9979.0444.9
Hex18CD1B5805714794f2d
Octal303153313001272417111755
Binary1100011001101110111011000010101111010011110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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