Html Css Color HEX #8CBC28 Limerick

📋 copy color: '#8CBC28'

red 140 ◦ green 188 ◦ blue 40

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

Shades of Limerick #8CBC28

Tints of Limerick #8CBC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 38.04%
G = 51.09%
B = 10.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#8CBC28 (or 0x8CBC28) is known color: Limerick. HEX triplet: 8C, BC and 28. RGB value is (140,188,40). Sum of RGB (Red+Green+Blue) = 140+188+40=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC28 is #7343D7. Grayscale: #9D9D9D. Windows color (decimal): -7554008 or 2669708. OLE color: 2669708.

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

Color convert

RGB 140 188 40 -
CMYK 0.26 0 0.79 0.26
HSL 79.46º 0.65% 0.45% -
HSV(B) 79.46º 0.79% 0.74% -
XYZ 29.18 41.7 8.52 -
YUV 156.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 140 188 40 0.26 0 0.79 0.26 79.46 0.65 0.45
Hex 8C BC 28 1A 0 4F 1A 4F 41 2D
Octal 214 274 50 32 0 117 32 117 101 55
Binary 10001100 10111100 101000 11010 0 1001111 11010 1001111 1000001 101101

Color Harmonies of #8CBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC28

Black with #8CBC28

Text Example


Text Example

White with #8CBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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