Html Css Color HEX #18DC23 Lime Green

📋 copy color: '#18DC23'

red 24 ◦ green 220 ◦ blue 35

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

Shades of Lime Green #18DC23

Tints of Lime Green #18DC23

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.85%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 8.6%
G = 78.85%
B = 12.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#18DC23 (or 0x18DC23) is known color: Lime Green. HEX triplet: 18, DC and 23. RGB value is (24,220,35). Sum of RGB (Red+Green+Blue) = 24+220+35=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC23 is #E723DC. Grayscale: #8C8C8C. Windows color (decimal): -15147997 or 2350104. OLE color: 2350104.

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

Color convert

RGB 24 220 35 -
CMYK 0.89 0 0.84 0.14
HSL 123.37º 0.8% 0.48% -
HSV(B) 123.37º 0.89% 0.86% -
XYZ 26.27 51.5 10.15 -
YUV 140.31 68.57 45.04 -
System Red Green Blue C M Y K H S L
Decimal 24 220 35 0.89 0 0.84 0.14 123.37 0.8 0.48
Hex 18 DC 23 59 0 54 E 7B 50 30
Octal 30 334 43 131 0 124 16 173 120 60
Binary 11000 11011100 100011 1011001 0 1010100 1110 1111011 1010000 110000

Color Harmonies of #18DC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC23

Black with #18DC23

Text Example


Text Example

White with #18DC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,35); }

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

background-color css

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

 a { background-color: rgb(24,220,35); }

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

border-color css

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

 span { border-color: rgb(24,220,35); }

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