Html Css Color HEX #18DD2D Lime Green

📋 copy color: '#18DD2D'

red 24 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #18DD2D

Tints of Lime Green #18DD2D

RGB

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

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

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

R = 8.28%
G = 76.21%
B = 15.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#18DD2D (or 0x18DD2D) is known color: Lime Green. HEX triplet: 18, DD and 2D. RGB value is (24,221,45). Sum of RGB (Red+Green+Blue) = 24+221+45=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 221 (86.72% from 255 or 76.21% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD2D is #E722D2. Grayscale: #8E8E8E. Windows color (decimal): -15147731 or 3005720. OLE color: 3005720.

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

Color convert

RGB 24 221 45 -
CMYK 0.89 0 0.80 0.13
HSL 126.4º 0.8% 0.48% -
HSV(B) 126.4º 0.89% 0.87% -
XYZ 26.71 52.1 11.13 -
YUV 142.03 73.23 43.81 -
System Red Green Blue C M Y K H S L
Decimal 24 221 45 0.89 0 0.80 0.13 126.4 0.8 0.48
Hex 18 DD 2D 59 0 50 D 7E 50 30
Octal 30 335 55 131 0 120 15 176 120 60
Binary 11000 11011101 101101 1011001 0 1010000 1101 1111110 1010000 110000

Color Harmonies of #18DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD2D

Black with #18DD2D

Text Example


Text Example

White with #18DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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