#18C92A

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

Shades of Lime Green #18C92A

Tints of Lime Green #18C92A

Color information

#18C92A (or 0x18C92A) is unknown color: approx Lime Green. HEX triplet: 18, C9 and 2A. RGB value is (24,201,42). Sum of RGB (Red+Green+Blue) = 24+201+42=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #18C92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C92A is #E736D5. Grayscale: #828282. Windows color (decimal): -15152854 or 2803992. OLE color: 2803992.

HSL color Cylindrical-coordinate representation of color #18C92A: hue angle of 126.1º 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 #18C92A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2420142-
CMYK0.8800.790.21
HSL126.1º78.67%44.12%-
HSV(B)126.1º88.06%78.82%-
XYZ21.6842.139.18-
YUV129.9578.3652.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 201 (78.91% from 255) = 75.28%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=8.99%
G=75.28%
B=15.73%

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
Decimal24201420.8800.790.21126.178.6744.12
Hex18C92A5804F157e4f2c
Octal303115213001172517611754
Binary11000110010011010101011000010011111010111111101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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