#18CA2A

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

Shades of Lime Green #18CA2A

Tints of Lime Green #18CA2A

Color information

#18CA2A (or 0x18CA2A) is unknown color: approx Lime Green. HEX triplet: 18, CA and 2A. RGB value is (24,202,42). Sum of RGB (Red+Green+Blue) = 24+202+42=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA2A is #E735D5. Grayscale: #838383. Windows color (decimal): -15152598 or 2804248. OLE color: 2804248.

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

Color convert

RGB2420242-
CMYK0.8800.790.21
HSL126.07º78.76%44.31%-
HSV(B)126.07º88.12%79.22%-
XYZ21.9242.69.26-
YUV130.5478.0352.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 202 (79.30% from 255) = 75.37%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=8.96%
G=75.37%
B=15.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24202420.8800.790.21126.0778.7644.31
Hex18CA2A5804F157e4f2c
Octal303125213001172517611754
Binary11000110010101010101011000010011111010111111101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,202,42); }

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

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

 a { background-color: rgb(24,202,42); }

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

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

 span { border-color: rgb(24,202,42); }

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