Html Css Color HEX #18D01D Lime Green

📋 copy color: '#18D01D'

red 24 ◦ green 208 ◦ blue 29

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

Shades of Lime Green #18D01D

Tints of Lime Green #18D01D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 79.69%

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 9.2%
G = 79.69%
B = 11.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#18D01D (or 0x18D01D) is known color: Lime Green. HEX triplet: 18, D0 and 1D. RGB value is (24,208,29). Sum of RGB (Red+Green+Blue) = 24+208+29=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 208 (81.64% from 255 or 79.69% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 208 - color contains mainly: green. Hex color #18D01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D01D is #E72FE2. Grayscale: #858585. Windows color (decimal): -15151075 or 1953816. OLE color: 1953816.

HSL color Cylindrical-coordinate representation of color #18D01D: hue angle of 121.63º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D01D is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 208 29 -
CMYK 0.88 0 0.86 0.18
HSL 121.63º 0.79% 0.45% -
HSV(B) 121.63º 0.88% 0.82% -
XYZ 23.15 45.39 8.7 -
YUV 132.58 69.54 50.55 -
System Red Green Blue C M Y K H S L
Decimal 24 208 29 0.88 0 0.86 0.18 121.63 0.79 0.45
Hex 18 D0 1D 58 0 56 12 7A 4F 2D
Octal 30 320 35 130 0 126 22 172 117 55
Binary 11000 11010000 11101 1011000 0 1010110 10010 1111010 1001111 101101

Color Harmonies of #18D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D01D

Black with #18D01D

Text Example


Text Example

White with #18D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,29); }

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

background-color css

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

 a { background-color: rgb(24,208,29); }

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

border-color css

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

 span { border-color: rgb(24,208,29); }

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