Html Css Color HEX #18BC14 Lime Green

📋 copy color: '#18BC14'

red 24 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #18BC14

Tints of Lime Green #18BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 81.03%

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

R = 10.34%
G = 81.03%
B = 8.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#18BC14 (or 0x18BC14) is known color: Lime Green. HEX triplet: 18, BC and 14. RGB value is (24,188,20). Sum of RGB (Red+Green+Blue) = 24+188+20=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC14 is #E743EB. Grayscale: #787878. Windows color (decimal): -15156204 or 1358872. OLE color: 1358872.

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

Color convert

RGB 24 188 20 -
CMYK 0.87 0 0.89 0.26
HSL 118.57º 0.81% 0.41% -
HSV(B) 118.57º 0.89% 0.74% -
XYZ 18.49 36.21 6.68 -
YUV 119.81 71.67 59.66 -
System Red Green Blue C M Y K H S L
Decimal 24 188 20 0.87 0 0.89 0.26 118.57 0.81 0.41
Hex 18 BC 14 57 0 59 1A 77 51 29
Octal 30 274 24 127 0 131 32 167 121 51
Binary 11000 10111100 10100 1010111 0 1011001 11010 1110111 1010001 101001

Color Harmonies of #18BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC14

Black with #18BC14

Text Example


Text Example

White with #18BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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