Html Css Color HEX #18D020 Lime Green

📋 copy color: '#18D020'

red 24 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #18D020

Tints of Lime Green #18D020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.79%

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

R = 9.09%
G = 78.79%
B = 12.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#18D020 (or 0x18D020) is known color: Lime Green. HEX triplet: 18, D0 and 20. RGB value is (24,208,32). Sum of RGB (Red+Green+Blue) = 24+208+32=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #18D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D020 is #E72FDF. Grayscale: #858585. Windows color (decimal): -15151072 or 2150424. OLE color: 2150424.

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

Color convert

RGB 24 208 32 -
CMYK 0.88 0 0.85 0.18
HSL 122.61º 0.79% 0.45% -
HSV(B) 122.61º 0.88% 0.82% -
XYZ 23.19 45.41 8.91 -
YUV 132.92 71.04 50.31 -
System Red Green Blue C M Y K H S L
Decimal 24 208 32 0.88 0 0.85 0.18 122.61 0.79 0.45
Hex 18 D0 20 58 0 55 12 7B 4F 2D
Octal 30 320 40 130 0 125 22 173 117 55
Binary 11000 11010000 100000 1011000 0 1010101 10010 1111011 1001111 101101

Color Harmonies of #18D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D020

Black with #18D020

Text Example


Text Example

White with #18D020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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