#18C316

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

Shades of Lime Green #18C316

Tints of Lime Green #18C316

Color information

#18C316 (or 0x18C316) is unknown color: approx Lime Green. HEX triplet: 18, C3 and 16. RGB value is (24,195,22). Sum of RGB (Red+Green+Blue) = 24+195+22=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #18C316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C316 is #E73CE9. Grayscale: #7C7C7C. Windows color (decimal): -15154410 or 1491736. OLE color: 1491736.

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

Color convert

RGB2419522-
CMYK0.8800.890.24
HSL119.31º79.72%42.55%-
HSV(B)119.31º88.72%76.47%-
XYZ20.0439.287.29-
YUV124.1570.3556.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 195 (76.56% from 255) = 80.91%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=9.96%
G=80.91%
B=9.13%

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
Decimal24195220.8800.890.24119.3179.7242.55
Hex18C316580591877502b
Octal303032613001313016712053
Binary1100011000011101101011000010110011100011101111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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