#18C40B

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

Shades of Lime Green #18C40B

Tints of Lime Green #18C40B

Color information

#18C40B (or 0x18C40B) is unknown color: approx Lime Green. HEX triplet: 18, C4 and 0B. RGB value is (24,196,11). Sum of RGB (Red+Green+Blue) = 24+196+11=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 196 (76.95% from 255 or 84.85% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 196 - color contains mainly: green. Hex color #18C40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C40B is #E73BF4. Grayscale: #7C7C7C. Windows color (decimal): -15154165 or 771096. OLE color: 771096.

HSL color Cylindrical-coordinate representation of color #18C40B: hue angle of 115.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18C40B is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB2419611-
CMYK0.8800.940.23
HSL115.78º89.37%40.59%-
HSV(B)115.78º94.39%76.86%-
XYZ20.1839.76.92-
YUV123.4864.5257.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 196 (76.95% from 255) = 84.85%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=10.39%
G=84.85%
B=4.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24196110.8800.940.23115.7889.3740.59
Hex18C4B5805E17745929
Octal303041313001362716413151
Binary110001100010010111011000010111101011111101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,196,11); }

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

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

 a { background-color: rgb(24,196,11); }

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

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

 span { border-color: rgb(24,196,11); }

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