Html Css Color HEX #18BE14 Lime Green

📋 copy color: '#18BE14'

red 24 ◦ green 190 ◦ blue 20

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

Shades of Lime Green #18BE14

Tints of Lime Green #18BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 81.2%

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

R = 10.26%
G = 81.2%
B = 8.55%

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

#18BE14 (or 0x18BE14) is known color: Lime Green. HEX triplet: 18, BE and 14. RGB value is (24,190,20). Sum of RGB (Red+Green+Blue) = 24+190+20=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BE14 is #E741EB. Grayscale: #797979. Windows color (decimal): -15155692 or 1359384. OLE color: 1359384.

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

Color convert

RGB 24 190 20 -
CMYK 0.87 0 0.89 0.25
HSL 118.59º 0.81% 0.41% -
HSV(B) 118.59º 0.89% 0.75% -
XYZ 18.92 37.07 6.82 -
YUV 120.99 71 58.82 -
System Red Green Blue C M Y K H S L
Decimal 24 190 20 0.87 0 0.89 0.25 118.59 0.81 0.41
Hex 18 BE 14 57 0 59 19 77 51 29
Octal 30 276 24 127 0 131 31 167 121 51
Binary 11000 10111110 10100 1010111 0 1011001 11001 1110111 1010001 101001

Color Harmonies of #18BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BE14

Black with #18BE14

Text Example


Text Example

White with #18BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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