Html Css Color HEX #18D015 Lime Green

📋 copy color: '#18D015'

red 24 ◦ green 208 ◦ blue 21

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

Shades of Lime Green #18D015

Tints of Lime Green #18D015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 9.49%
G = 82.21%
B = 8.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#18D015 (or 0x18D015) is known color: Lime Green. HEX triplet: 18, D0 and 15. RGB value is (24,208,21). Sum of RGB (Red+Green+Blue) = 24+208+21=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 208 (81.64% from 255 or 82.21% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 208 - color contains mainly: green. Hex color #18D015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D015 is #E72FEA. Grayscale: #848484. Windows color (decimal): -15151083 or 1429528. OLE color: 1429528.

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

Color convert

RGB 24 208 21 -
CMYK 0.88 0 0.90 0.18
HSL 119.04º 0.82% 0.45% -
HSV(B) 119.04º 0.9% 0.82% -
XYZ 23.07 45.36 8.25 -
YUV 131.67 65.54 51.21 -
System Red Green Blue C M Y K H S L
Decimal 24 208 21 0.88 0 0.90 0.18 119.04 0.82 0.45
Hex 18 D0 15 58 0 5A 12 77 52 2D
Octal 30 320 25 130 0 132 22 167 122 55
Binary 11000 11010000 10101 1011000 0 1011010 10010 1110111 1010010 101101

Color Harmonies of #18D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D015

Black with #18D015

Text Example


Text Example

White with #18D015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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