Html Css Color HEX #8DC018 Limerick

📋 copy color: '#8DC018'

red 141 ◦ green 192 ◦ blue 24

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

Shades of Limerick #8DC018

Tints of Limerick #8DC018

RGB

 RED value IS 141 (55.47% from 255) = 39.5%

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 24 (9.77% from 255) = 6.72%

R = 39.5%
G = 53.78%
B = 6.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#8DC018 (or 0x8DC018) is known color: Limerick. HEX triplet: 8D, C0 and 18. RGB value is (141,192,24). Sum of RGB (Red+Green+Blue) = 141+192+24=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC018 is #723FE7. Grayscale: #9E9E9E. Windows color (decimal): -7487464 or 1622157. OLE color: 1622157.

HSL color Cylindrical-coordinate representation of color #8DC018: hue angle of 78.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DC018 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 24 -
CMYK 0.27 0 0.88 0.25
HSL 78.21º 0.78% 0.42% -
HSV(B) 78.21º 0.88% 0.75% -
XYZ 30 43.43 7.67 -
YUV 157.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 141 192 24 0.27 0 0.88 0.25 78.21 0.78 0.42
Hex 8D C0 18 1B 0 58 19 4E 4E 2A
Octal 215 300 30 33 0 130 31 116 116 52
Binary 10001101 11000000 11000 11011 0 1011000 11001 1001110 1001110 101010

Color Harmonies of #8DC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC018

Black with #8DC018

Text Example


Text Example

White with #8DC018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DC018; }

 p { color: rgb(141,192,24); }

 H1.HeaderClassName
 {
   color: #8DC018;
 }
 .AnyTagClassName
 {
   color: #8DC018;
 }
</style>

background-color css

<style>
 a { background-color: #8DC018; }

 a { background-color: rgb(141,192,24); }

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

border-color css

<style>
 span { border-color: #8DC018; }

 span { border-color: rgb(141,192,24); }

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