Html Css Color HEX #8CC01B Limerick

📋 copy color: '#8CC01B'

red 140 ◦ green 192 ◦ blue 27

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

Shades of Limerick #8CC01B

Tints of Limerick #8CC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 39%
G = 53.48%
B = 7.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#8CC01B (or 0x8CC01B) is known color: Limerick. HEX triplet: 8C, C0 and 1B. RGB value is (140,192,27). Sum of RGB (Red+Green+Blue) = 140+192+27=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC01B is #733FE4. Grayscale: #9E9E9E. Windows color (decimal): -7552997 or 1818764. OLE color: 1818764.

HSL color Cylindrical-coordinate representation of color #8CC01B: hue angle of 78.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CC01B is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 27 -
CMYK 0.27 0 0.86 0.25
HSL 78.91º 0.75% 0.43% -
HSV(B) 78.91º 0.86% 0.75% -
XYZ 29.86 43.35 7.83 -
YUV 157.64 54.27 115.42 -
System Red Green Blue C M Y K H S L
Decimal 140 192 27 0.27 0 0.86 0.25 78.91 0.75 0.43
Hex 8C C0 1B 1B 0 56 19 4F 4B 2B
Octal 214 300 33 33 0 126 31 117 113 53
Binary 10001100 11000000 11011 11011 0 1010110 11001 1001111 1001011 101011

Color Harmonies of #8CC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC01B

Black with #8CC01B

Text Example


Text Example

White with #8CC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,27); }

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

background-color css

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

 a { background-color: rgb(140,192,27); }

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

border-color css

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

 span { border-color: rgb(140,192,27); }

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