#8FBC30

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

Shades of Limerick #8FBC30

Tints of Limerick #8FBC30

Color information

#8FBC30 (or 0x8FBC30) is unknown color: approx Limerick. HEX triplet: 8F, BC and 30. RGB value is (143,188,48). Sum of RGB (Red+Green+Blue) = 143+188+48=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC30 is #7043CF. Grayscale: #9F9F9F. Windows color (decimal): -7357392 or 3193999. OLE color: 3193999.

HSL color Cylindrical-coordinate representation of color #8FBC30: hue angle of 79.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FBC30 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB14318848-
CMYK0.2400.740.26
HSL79.29º59.32%46.27%-
HSV(B)79.29º74.47%73.73%-
XYZ29.8442.029.33-
YUV158.5865.59116.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 188 (73.83% from 255) = 49.60%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=37.73%
G=49.60%
B=12.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143188480.2400.740.2679.2959.3246.27
Hex8FBC301804A1A4f3b2e
Octal21727460300112321177356
Binary10001111101111001100001100001001010110101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,48); }

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

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

 a { background-color: rgb(143,188,48); }

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

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

 span { border-color: rgb(143,188,48); }

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