#18CC32

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

Shades of Lime Green #18CC32

Tints of Lime Green #18CC32

Color information

#18CC32 (or 0x18CC32) is unknown color: approx Lime Green. HEX triplet: 18, CC and 32. RGB value is (24,204,50). Sum of RGB (Red+Green+Blue) = 24+204+50=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC32 is #E733CD. Grayscale: #858585. Windows color (decimal): -15152078 or 3329048. OLE color: 3329048.

HSL color Cylindrical-coordinate representation of color #18CC32: hue angle of 128.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC32 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2420450-
CMYK0.8800.750.2
HSL128.67º78.95%44.71%-
HSV(B)128.67º88.24%80%-
XYZ22.5543.6110.25-
YUV132.6281.3750.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.63%
GREEN value IS 204 (80.08% from 255) = 73.38%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=8.63%
G=73.38%
B=17.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal24204500.8800.750.2128.6778.9544.71
Hex18CC325804B14814f2d
Octal303146213001132420111755
Binary110001100110011001010110000100101110100100000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,204,50); }

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

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

 a { background-color: rgb(24,204,50); }

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

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

 span { border-color: rgb(24,204,50); }

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