Html Css Color HEX #8DBB2E Limerick

📋 copy color: '#8DBB2E'

red 141 ◦ green 187 ◦ blue 46

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

Shades of Limerick #8DBB2E

Tints of Limerick #8DBB2E

RGB

 RED value IS 141 (55.47% from 255) = 37.7%

 GREEN value IS 187 (73.44% from 255) = 50%

 BLUE value IS 46 (18.36% from 255) = 12.3%

R = 37.7%
G = 50%
B = 12.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#8DBB2E (or 0x8DBB2E) is known color: Limerick. HEX triplet: 8D, BB and 2E. RGB value is (141,187,46). Sum of RGB (Red+Green+Blue) = 141+187+46=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB2E is #7244D1. Grayscale: #9D9D9D. Windows color (decimal): -7488722 or 3062669. OLE color: 3062669.

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

Color convert

RGB 141 187 46 -
CMYK 0.25 0 0.75 0.27
HSL 79.57º 0.61% 0.46% -
HSV(B) 79.57º 0.75% 0.73% -
XYZ 29.25 41.4 9.03 -
YUV 157.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 141 187 46 0.25 0 0.75 0.27 79.57 0.61 0.46
Hex 8D BB 2E 19 0 4B 1B 50 3D 2E
Octal 215 273 56 31 0 113 33 120 75 56
Binary 10001101 10111011 101110 11001 0 1001011 11011 1010000 111101 101110

Color Harmonies of #8DBB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB2E

Black with #8DBB2E

Text Example


Text Example

White with #8DBB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,46); }

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

background-color css

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

 a { background-color: rgb(141,187,46); }

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

border-color css

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

 span { border-color: rgb(141,187,46); }

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