Html Css Color HEX #18DD2B Lime Green

📋 copy color: '#18DD2B'

red 24 ◦ green 221 ◦ blue 43

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

Shades of Lime Green #18DD2B

Tints of Lime Green #18DD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 8.33%
G = 76.74%
B = 14.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#18DD2B (or 0x18DD2B) is known color: Lime Green. HEX triplet: 18, DD and 2B. RGB value is (24,221,43). Sum of RGB (Red+Green+Blue) = 24+221+43=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD2B is #E722D4. Grayscale: #8E8E8E. Windows color (decimal): -15147733 or 2874648. OLE color: 2874648.

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

Color convert

RGB 24 221 43 -
CMYK 0.89 0 0.81 0.13
HSL 125.79º 0.8% 0.48% -
HSV(B) 125.79º 0.89% 0.87% -
XYZ 26.67 52.08 10.93 -
YUV 141.81 72.23 43.97 -
System Red Green Blue C M Y K H S L
Decimal 24 221 43 0.89 0 0.81 0.13 125.79 0.8 0.48
Hex 18 DD 2B 59 0 51 D 7E 50 30
Octal 30 335 53 131 0 121 15 176 120 60
Binary 11000 11011101 101011 1011001 0 1010001 1101 1111110 1010000 110000

Color Harmonies of #18DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD2B

Black with #18DD2B

Text Example


Text Example

White with #18DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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