Html Css Color HEX #18BA20 Lime Green

📋 copy color: '#18BA20'

red 24 ◦ green 186 ◦ blue 32

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

Shades of Lime Green #18BA20

Tints of Lime Green #18BA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.86%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 9.92%
G = 76.86%
B = 13.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#18BA20 (or 0x18BA20) is known color: Lime Green. HEX triplet: 18, BA and 20. RGB value is (24,186,32). Sum of RGB (Red+Green+Blue) = 24+186+32=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA20 is #E745DF. Grayscale: #787878. Windows color (decimal): -15156704 or 2144792. OLE color: 2144792.

HSL color Cylindrical-coordinate representation of color #18BA20: hue angle of 122.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA20 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 32 -
CMYK 0.87 0 0.83 0.27
HSL 122.96º 0.77% 0.41% -
HSV(B) 122.96º 0.87% 0.73% -
XYZ 18.2 35.42 7.24 -
YUV 120.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 24 186 32 0.87 0 0.83 0.27 122.96 0.77 0.41
Hex 18 BA 20 57 0 53 1B 7B 4D 29
Octal 30 272 40 127 0 123 33 173 115 51
Binary 11000 10111010 100000 1010111 0 1010011 11011 1111011 1001101 101001

Color Harmonies of #18BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA20

Black with #18BA20

Text Example


Text Example

White with #18BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,32); }

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

background-color css

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

 a { background-color: rgb(24,186,32); }

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

border-color css

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

 span { border-color: rgb(24,186,32); }

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