#18C216

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

Shades of Lime Green #18C216

Tints of Lime Green #18C216

Color information

#18C216 (or 0x18C216) is unknown color: approx Lime Green. HEX triplet: 18, C2 and 16. RGB value is (24,194,22). Sum of RGB (Red+Green+Blue) = 24+194+22=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 194 (76.17% from 255 or 80.83% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 194 - color contains mainly: green. Hex color #18C216 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C216 is #E73DE9. Grayscale: #7C7C7C. Windows color (decimal): -15154666 or 1491480. OLE color: 1491480.

HSL color Cylindrical-coordinate representation of color #18C216: hue angle of 119.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C216 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB2419422-
CMYK0.8800.890.24
HSL119.3º79.63%42.35%-
HSV(B)119.3º88.66%76.08%-
XYZ19.8138.847.21-
YUV123.5670.6856.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 194 (76.17% from 255) = 80.83%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=10%
G=80.83%
B=9.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24194220.8800.890.24119.379.6342.35
Hex18C216580591877502a
Octal303022613001313016712052
Binary1100011000010101101011000010110011100011101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,194,22); }

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

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

 a { background-color: rgb(24,194,22); }

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

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

 span { border-color: rgb(24,194,22); }

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