#18D51F

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

Shades of Lime Green #18D51F

Tints of Lime Green #18D51F

Color information

#18D51F (or 0x18D51F) is unknown color: approx Lime Green. HEX triplet: 18, D5 and 1F. RGB value is (24,213,31). Sum of RGB (Red+Green+Blue) = 24+213+31=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #18D51F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D51F is #E72AE0. Grayscale: #888888. Windows color (decimal): -15149793 or 2086168. OLE color: 2086168.

HSL color Cylindrical-coordinate representation of color #18D51F: hue angle of 122.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D51F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2421331-
CMYK0.8900.850.16
HSL122.22º79.75%46.47%-
HSV(B)122.22º88.73%83.53%-
XYZ24.4247.889.25-
YUV135.7468.8848.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 213 (83.59% from 255) = 79.48%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=8.96%
G=79.48%
B=11.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal24213310.8900.850.16122.2279.7546.47
Hex18D51F59055107a502e
Octal303253713101252017212056
Binary1100011010101111111011001010101011000011110101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,213,31); }

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

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

 a { background-color: rgb(24,213,31); }

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

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

 span { border-color: rgb(24,213,31); }

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