#8BC222

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

Shades of Limerick #8BC222

Tints of Limerick #8BC222

Color information

#8BC222 (or 0x8BC222) is unknown color: approx Limerick. HEX triplet: 8B, C2 and 22. RGB value is (139,194,34). Sum of RGB (Red+Green+Blue) = 139+194+34=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC222 is #743DDD. Grayscale: #9F9F9F. Windows color (decimal): -7618014 or 2278027. OLE color: 2278027.

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

Color convert

RGB13919434-
CMYK0.2800.820.24
HSL80.62º70.18%44.71%-
HSV(B)80.62º82.47%76.08%-
XYZ30.2344.198.45-
YUV159.3257.28113.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 34 (13.67% from 255) = 9.26%
R=37.87%
G=52.86%
B=9.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139194340.2800.820.2480.6270.1844.71
Hex8BC2221C0521851462d
Octal213302423401223012110655
Binary100010111100001010001011100010100101100010100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,34); }

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

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

 a { background-color: rgb(139,194,34); }

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

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

 span { border-color: rgb(139,194,34); }

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