Html Css Color HEX #8CC118 Limerick

📋 copy color: '#8CC118'

red 140 ◦ green 193 ◦ blue 24

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

Shades of Limerick #8CC118

Tints of Limerick #8CC118

RGB

 RED value IS 140 (55.08% from 255) = 39.22%

 GREEN value IS 193 (75.78% from 255) = 54.06%

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

R = 39.22%
G = 54.06%
B = 6.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#8CC118 (or 0x8CC118) is known color: Limerick. HEX triplet: 8C, C1 and 18. RGB value is (140,193,24). Sum of RGB (Red+Green+Blue) = 140+193+24=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC118 is #733EE7. Grayscale: #9E9E9E. Windows color (decimal): -7552744 or 1622412. OLE color: 1622412.

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

Color convert

RGB 140 193 24 -
CMYK 0.27 0 0.88 0.24
HSL 78.82º 0.78% 0.43% -
HSV(B) 78.82º 0.88% 0.76% -
XYZ 30.05 43.78 7.73 -
YUV 157.89 52.44 115.24 -
System Red Green Blue C M Y K H S L
Decimal 140 193 24 0.27 0 0.88 0.24 78.82 0.78 0.43
Hex 8C C1 18 1B 0 58 18 4F 4E 2B
Octal 214 301 30 33 0 130 30 117 116 53
Binary 10001100 11000001 11000 11011 0 1011000 11000 1001111 1001110 101011

Color Harmonies of #8CC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC118

Black with #8CC118

Text Example


Text Example

White with #8CC118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,193,24); }

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

background-color css

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

 a { background-color: rgb(140,193,24); }

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

border-color css

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

 span { border-color: rgb(140,193,24); }

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