Html Css Color HEX #8CBC2E Limerick

📋 copy color: '#8CBC2E'

red 140 ◦ green 188 ◦ blue 46

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

Shades of Limerick #8CBC2E

Tints of Limerick #8CBC2E

RGB

 RED value IS 140 (55.08% from 255) = 37.43%

 GREEN value IS 188 (73.83% from 255) = 50.27%

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

R = 37.43%
G = 50.27%
B = 12.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#8CBC2E (or 0x8CBC2E) is known color: Limerick. HEX triplet: 8C, BC and 2E. RGB value is (140,188,46). Sum of RGB (Red+Green+Blue) = 140+188+46=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC2E is #7343D1. Grayscale: #9D9D9D. Windows color (decimal): -7554002 or 3062924. OLE color: 3062924.

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

Color convert

RGB 140 188 46 -
CMYK 0.26 0 0.76 0.26
HSL 80.28º 0.61% 0.46% -
HSV(B) 80.28º 0.76% 0.74% -
XYZ 29.29 41.74 9.1 -
YUV 157.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 140 188 46 0.26 0 0.76 0.26 80.28 0.61 0.46
Hex 8C BC 2E 1A 0 4C 1A 50 3D 2E
Octal 214 274 56 32 0 114 32 120 75 56
Binary 10001100 10111100 101110 11010 0 1001100 11010 1010000 111101 101110

Color Harmonies of #8CBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC2E

Black with #8CBC2E

Text Example


Text Example

White with #8CBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,46); }

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

background-color css

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

 a { background-color: rgb(140,188,46); }

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

border-color css

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

 span { border-color: rgb(140,188,46); }

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