Html Css Color HEX #18D820 Lime Green

📋 copy color: '#18D820'

red 24 ◦ green 216 ◦ blue 32

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

Shades of Lime Green #18D820

Tints of Lime Green #18D820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 79.41%

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

R = 8.82%
G = 79.41%
B = 11.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#18D820 (or 0x18D820) is known color: Lime Green. HEX triplet: 18, D8 and 20. RGB value is (24,216,32). Sum of RGB (Red+Green+Blue) = 24+216+32=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #18D820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D820 is #E727DF. Grayscale: #8A8A8A. Windows color (decimal): -15149024 or 2152472. OLE color: 2152472.

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

Color convert

RGB 24 216 32 -
CMYK 0.89 0 0.85 0.15
HSL 122.5º 0.8% 0.47% -
HSV(B) 122.5º 0.89% 0.85% -
XYZ 25.19 49.41 9.58 -
YUV 137.62 68.39 46.96 -
System Red Green Blue C M Y K H S L
Decimal 24 216 32 0.89 0 0.85 0.15 122.5 0.8 0.47
Hex 18 D8 20 59 0 55 F 7B 50 2F
Octal 30 330 40 131 0 125 17 173 120 57
Binary 11000 11011000 100000 1011001 0 1010101 1111 1111011 1010000 101111

Color Harmonies of #18D820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D820

Black with #18D820

Text Example


Text Example

White with #18D820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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