Html Css Color HEX #18DD28 Lime Green

📋 copy color: '#18DD28'

red 24 ◦ green 221 ◦ blue 40

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

Shades of Lime Green #18DD28

Tints of Lime Green #18DD28

RGB

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

 GREEN value IS 221 (86.72% from 255) = 77.54%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 8.42%
G = 77.54%
B = 14.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#18DD28 (or 0x18DD28) is known color: Lime Green. HEX triplet: 18, DD and 28. RGB value is (24,221,40). Sum of RGB (Red+Green+Blue) = 24+221+40=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD28 is #E722D7. Grayscale: #8D8D8D. Windows color (decimal): -15147736 or 2678040. OLE color: 2678040.

HSL color Cylindrical-coordinate representation of color #18DD28: hue angle of 124.87º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD28 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 221 40 -
CMYK 0.89 0 0.82 0.13
HSL 124.87º 0.8% 0.48% -
HSV(B) 124.87º 0.89% 0.87% -
XYZ 26.62 52.06 10.65 -
YUV 141.46 70.73 44.22 -
System Red Green Blue C M Y K H S L
Decimal 24 221 40 0.89 0 0.82 0.13 124.87 0.8 0.48
Hex 18 DD 28 59 0 52 D 7D 50 30
Octal 30 335 50 131 0 122 15 175 120 60
Binary 11000 11011101 101000 1011001 0 1010010 1101 1111101 1010000 110000

Color Harmonies of #18DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD28

Black with #18DD28

Text Example


Text Example

White with #18DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,221,40); }

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

background-color css

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

 a { background-color: rgb(24,221,40); }

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

border-color css

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

 span { border-color: rgb(24,221,40); }

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