#18CB10

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

Shades of Lime Green #18CB10

Tints of Lime Green #18CB10

Color information

#18CB10 (or 0x18CB10) is unknown color: approx Lime Green. HEX triplet: 18, CB and 10. RGB value is (24,203,16). Sum of RGB (Red+Green+Blue) = 24+203+16=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 203 (79.69% from 255 or 83.54% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CB10 is #E734EF. Grayscale: #808080. Windows color (decimal): -15152368 or 1100568. OLE color: 1100568.

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

Color convert

RGB2420316-
CMYK0.8800.920.20
HSL117.43º85.39%42.94%-
HSV(B)117.43º92.12%79.61%-
XYZ21.8342.947.63-
YUV128.1664.753.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 203 (79.69% from 255) = 83.54%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=9.88%
G=83.54%
B=6.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24203160.8800.920.20117.4385.3942.94
Hex18CB105805C1475552b
Octal303132013001342416512553
Binary1100011001011100001011000010111001010011101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,203,16); }

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

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

 a { background-color: rgb(24,203,16); }

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

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

 span { border-color: rgb(24,203,16); }

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