#18c227

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

Shades of Lime Green #18C227

Tints of Lime Green #18C227

Color information

#18C227 (or 0x18C227) is unknown color: approx Lime Green. HEX triplet: 18, C2 and 27. RGB value is (24,194,39). Sum of RGB (Red+Green+Blue) = 24+194+39=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #18C227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C227 is #E73DD8. Grayscale: #7D7D7D. Windows color (decimal): -15154649 or 2605592. OLE color: 2605592.

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

Color convert

RGB2419439-
CMYK0.8800.800.24
HSL125.29º77.98%42.75%-
HSV(B)125.29º87.63%76.08%-
XYZ20.0338.928.38-
YUV125.579.1855.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 194 (76.17% from 255) = 75.49%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=9.34%
G=75.49%
B=15.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24194390.8800.800.24125.2977.9842.75
Hex18C22758050187d4e2b
Octal303024713001203017511653
Binary11000110000101001111011000010100001100011111011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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