Html Css Color HEX #8BC020 Limerick

📋 copy color: '#8BC020'

red 139 ◦ green 192 ◦ blue 32

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

Shades of Limerick #8BC020

Tints of Limerick #8BC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

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

R = 38.29%
G = 52.89%
B = 8.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#8BC020 (or 0x8BC020) is known color: Limerick. HEX triplet: 8B, C0 and 20. RGB value is (139,192,32). Sum of RGB (Red+Green+Blue) = 139+192+32=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC020 is #743FDF. Grayscale: #9E9E9E. Windows color (decimal): -7618528 or 2146443. OLE color: 2146443.

HSL color Cylindrical-coordinate representation of color #8BC020: hue angle of 79.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BC020 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 192 32 -
CMYK 0.28 0 0.83 0.25
HSL 79.88º 0.71% 0.44% -
HSV(B) 79.88º 0.83% 0.75% -
XYZ 29.76 43.29 8.15 -
YUV 157.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 139 192 32 0.28 0 0.83 0.25 79.88 0.71 0.44
Hex 8B C0 20 1C 0 53 19 50 47 2C
Octal 213 300 40 34 0 123 31 120 107 54
Binary 10001011 11000000 100000 11100 0 1010011 11001 1010000 1000111 101100

Color Harmonies of #8BC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC020

Black with #8BC020

Text Example


Text Example

White with #8BC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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