Html Css Color HEX #18BF14 Lime Green

📋 copy color: '#18BF14'

red 24 ◦ green 191 ◦ blue 20

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

Shades of Lime Green #18BF14

Tints of Lime Green #18BF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 10.21%
G = 81.28%
B = 8.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#18BF14 (or 0x18BF14) is known color: Lime Green. HEX triplet: 18, BF and 14. RGB value is (24,191,20). Sum of RGB (Red+Green+Blue) = 24+191+20=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BF14 is #E740EB. Grayscale: #7A7A7A. Windows color (decimal): -15155436 or 1359640. OLE color: 1359640.

HSL color Cylindrical-coordinate representation of color #18BF14: hue angle of 118.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BF14 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 191 20 -
CMYK 0.87 0 0.90 0.25
HSL 118.6º 0.81% 0.41% -
HSV(B) 118.6º 0.9% 0.75% -
XYZ 19.13 37.51 6.89 -
YUV 121.57 70.67 58.4 -
System Red Green Blue C M Y K H S L
Decimal 24 191 20 0.87 0 0.90 0.25 118.6 0.81 0.41
Hex 18 BF 14 57 0 5A 19 77 51 29
Octal 30 277 24 127 0 132 31 167 121 51
Binary 11000 10111111 10100 1010111 0 1011010 11001 1110111 1010001 101001

Color Harmonies of #18BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BF14

Black with #18BF14

Text Example


Text Example

White with #18BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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