Html Css Color HEX #18D120 Lime Green

📋 copy color: '#18D120'

red 24 ◦ green 209 ◦ blue 32

#18D120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #18D120

Tints of Lime Green #18D120

RGB

 RED value IS 24 (9.77% from 255) = 9.06%

 GREEN value IS 209 (82.03% from 255) = 78.87%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 9.06%
G = 78.87%
B = 12.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#18D120 (or 0x18D120) is known color: Lime Green. HEX triplet: 18, D1 and 20. RGB value is (24,209,32). Sum of RGB (Red+Green+Blue) = 24+209+32=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 209 (82.03% from 255 or 78.87% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 209 - color contains mainly: green. Hex color #18D120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D120 is #E72EDF. Grayscale: #868686. Windows color (decimal): -15150816 or 2150680. OLE color: 2150680.

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

Color convert

RGB 24 209 32 -
CMYK 0.89 0 0.85 0.18
HSL 122.59º 0.79% 0.46% -
HSV(B) 122.59º 0.89% 0.82% -
XYZ 23.44 45.9 8.99 -
YUV 133.51 70.71 49.89 -
System Red Green Blue C M Y K H S L
Decimal 24 209 32 0.89 0 0.85 0.18 122.59 0.79 0.46
Hex 18 D1 20 59 0 55 12 7B 4F 2E
Octal 30 321 40 131 0 125 22 173 117 56
Binary 11000 11010001 100000 1011001 0 1010101 10010 1111011 1001111 101110

Color Harmonies of #18D120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D120

Black with #18D120

Text Example


Text Example

White with #18D120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,209,32); }

 H1.HeaderClassName
 {
   color: #18D120;
 }
 .AnyTagClassName
 {
   color: #18D120;
 }
</style>

background-color css

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

 a { background-color: rgb(24,209,32); }

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

border-color css

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

 span { border-color: rgb(24,209,32); }

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