Html Css Color HEX #18BF15 Lime Green

📋 copy color: '#18BF15'

red 24 ◦ green 191 ◦ blue 21

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

Shades of Lime Green #18BF15

Tints of Lime Green #18BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 80.93%

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

R = 10.17%
G = 80.93%
B = 8.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#18BF15 (or 0x18BF15) is known color: Lime Green. HEX triplet: 18, BF and 15. RGB value is (24,191,21). Sum of RGB (Red+Green+Blue) = 24+191+21=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 191 (75% from 255 or 80.93% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BF15 is #E740EA. Grayscale: #7A7A7A. Windows color (decimal): -15155435 or 1425176. OLE color: 1425176.

HSL color Cylindrical-coordinate representation of color #18BF15: hue angle of 118.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BF15 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 191 21 -
CMYK 0.87 0 0.89 0.25
HSL 118.94º 0.8% 0.42% -
HSV(B) 118.94º 0.89% 0.75% -
XYZ 19.14 37.51 6.94 -
YUV 121.69 71.17 58.32 -
System Red Green Blue C M Y K H S L
Decimal 24 191 21 0.87 0 0.89 0.25 118.94 0.8 0.42
Hex 18 BF 15 57 0 59 19 77 50 2A
Octal 30 277 25 127 0 131 31 167 120 52
Binary 11000 10111111 10101 1010111 0 1011001 11001 1110111 1010000 101010

Color Harmonies of #18BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BF15

Black with #18BF15

Text Example


Text Example

White with #18BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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