#88BF2E

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

Shades of Limerick #88BF2E

Tints of Limerick #88BF2E

Color information

#88BF2E (or 0x88BF2E) is unknown color: approx Limerick. HEX triplet: 88, BF and 2E. RGB value is (136,191,46). Sum of RGB (Red+Green+Blue) = 136+191+46=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BF2E is #7740D1. Grayscale: #9E9E9E. Windows color (decimal): -7815378 or 3063688. OLE color: 3063688.

HSL color Cylindrical-coordinate representation of color #88BF2E: hue angle of 82.76º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88BF2E is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB13619146-
CMYK0.2900.760.25
HSL82.76º61.18%46.47%-
HSV(B)82.76º75.92%74.9%-
XYZ29.2842.699.28-
YUV158.0264.78112.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 46 (18.36% from 255) = 12.33%
R=36.46%
G=51.21%
B=12.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136191460.2900.760.2582.7661.1846.47
Hex88BF2E1D04C19533d2e
Octal21027756350114311237556
Binary10001000101111111011101110101001100110011010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BF2E; }

 p { color: rgb(136,191,46); }

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

<style>
 a { background-color: #88BF2E; }

 a { background-color: rgb(136,191,46); }

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

<style>
 span { border-color: #88BF2E; }

 span { border-color: rgb(136,191,46); }

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