Html Css Color HEX #8BC220 Limerick

📋 copy color: '#8BC220'

red 139 ◦ green 194 ◦ blue 32

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

Shades of Limerick #8BC220

Tints of Limerick #8BC220

RGB

 RED value IS 139 (54.69% from 255) = 38.08%

 GREEN value IS 194 (76.17% from 255) = 53.15%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 38.08%
G = 53.15%
B = 8.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#8BC220 (or 0x8BC220) is known color: Limerick. HEX triplet: 8B, C2 and 20. RGB value is (139,194,32). Sum of RGB (Red+Green+Blue) = 139+194+32=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC220 is #743DDF. Grayscale: #9F9F9F. Windows color (decimal): -7618016 or 2146955. OLE color: 2146955.

HSL color Cylindrical-coordinate representation of color #8BC220: hue angle of 80.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BC220 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 194 32 -
CMYK 0.28 0 0.84 0.24
HSL 80.37º 0.72% 0.44% -
HSV(B) 80.37º 0.84% 0.76% -
XYZ 30.2 44.18 8.3 -
YUV 159.09 56.28 113.67 -
System Red Green Blue C M Y K H S L
Decimal 139 194 32 0.28 0 0.84 0.24 80.37 0.72 0.44
Hex 8B C2 20 1C 0 54 18 50 48 2C
Octal 213 302 40 34 0 124 30 120 110 54
Binary 10001011 11000010 100000 11100 0 1010100 11000 1010000 1001000 101100

Color Harmonies of #8BC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC220

Black with #8BC220

Text Example


Text Example

White with #8BC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,194,32); }

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

background-color css

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

 a { background-color: rgb(139,194,32); }

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

border-color css

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

 span { border-color: rgb(139,194,32); }

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