Html Css Color HEX #8EBB2D Limerick

📋 copy color: '#8EBB2D'

red 142 ◦ green 187 ◦ blue 45

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

Shades of Limerick #8EBB2D

Tints of Limerick #8EBB2D

RGB

 RED value IS 142 (55.86% from 255) = 37.97%

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

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 37.97%
G = 50%
B = 12.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#8EBB2D (or 0x8EBB2D) is known color: Limerick. HEX triplet: 8E, BB and 2D. RGB value is (142,187,45). Sum of RGB (Red+Green+Blue) = 142+187+45=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBB2D is #7144D2. Grayscale: #9D9D9D. Windows color (decimal): -7423187 or 2997134. OLE color: 2997134.

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

Color convert

RGB 142 187 45 -
CMYK 0.24 0 0.76 0.27
HSL 79.01º 0.61% 0.45% -
HSV(B) 79.01º 0.76% 0.73% -
XYZ 29.4 41.48 8.94 -
YUV 157.36 64.59 117.05 -
System Red Green Blue C M Y K H S L
Decimal 142 187 45 0.24 0 0.76 0.27 79.01 0.61 0.45
Hex 8E BB 2D 18 0 4C 1B 4F 3D 2D
Octal 216 273 55 30 0 114 33 117 75 55
Binary 10001110 10111011 101101 11000 0 1001100 11011 1001111 111101 101101

Color Harmonies of #8EBB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBB2D

Black with #8EBB2D

Text Example


Text Example

White with #8EBB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,187,45); }

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

background-color css

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

 a { background-color: rgb(142,187,45); }

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

border-color css

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

 span { border-color: rgb(142,187,45); }

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