Html Css Color HEX #18DC2D Lime Green

📋 copy color: '#18DC2D'

red 24 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #18DC2D

Tints of Lime Green #18DC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 8.3%
G = 76.12%
B = 15.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#18DC2D (or 0x18DC2D) is known color: Lime Green. HEX triplet: 18, DC and 2D. RGB value is (24,220,45). Sum of RGB (Red+Green+Blue) = 24+220+45=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC2D is #E723D2. Grayscale: #8D8D8D. Windows color (decimal): -15147987 or 3005464. OLE color: 3005464.

HSL color Cylindrical-coordinate representation of color #18DC2D: hue angle of 126.43º 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 #18DC2D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 45 -
CMYK 0.89 0 0.80 0.14
HSL 126.43º 0.8% 0.48% -
HSV(B) 126.43º 0.89% 0.86% -
XYZ 26.44 51.57 11.04 -
YUV 141.45 73.57 44.23 -
System Red Green Blue C M Y K H S L
Decimal 24 220 45 0.89 0 0.80 0.14 126.43 0.8 0.48
Hex 18 DC 2D 59 0 50 E 7E 50 30
Octal 30 334 55 131 0 120 16 176 120 60
Binary 11000 11011100 101101 1011001 0 1010000 1110 1111110 1010000 110000

Color Harmonies of #18DC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC2D

Black with #18DC2D

Text Example


Text Example

White with #18DC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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