#8DC31E

Color #8DC31E Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8DC31E

Tints of Limerick #8DC31E

Color information

#8DC31E (or 0x8DC31E) is unknown color: approx Limerick. HEX triplet: 8D, C3 and 1E. RGB value is (141,195,30). Sum of RGB (Red+Green+Blue) = 141+195+30=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC31E is #723CE1. Grayscale: #A0A0A0. Windows color (decimal): -7486690 or 2016141. OLE color: 2016141.

HSL color Cylindrical-coordinate representation of color #8DC31E: hue angle of 79.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DC31E is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB14119530-
CMYK0.2800.850.24
HSL79.64º73.33%44.12%-
HSV(B)79.64º84.62%76.47%-
XYZ30.7344.798.25-
YUV160.0454.61114.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 195 (76.56% from 255) = 53.28%
BLUE value IS 30 (12.11% from 255) = 8.20%
R=38.52%
G=53.28%
B=8.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141195300.2800.850.2479.6473.3344.12
Hex8DC31E1C0551850492c
Octal215303363401253012011154
Binary10001101110000111111011100010101011100010100001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,30); }

 H1.HeaderClassName
 {
   color: #8DC31E;
 }
 .AnyTagClassName
 {
   color: #8DC31E;
 }
</style>
background-color css

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

 a { background-color: rgb(141,195,30); }

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

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

 span { border-color: rgb(141,195,30); }

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