Html Css Color HEX #8CBC1E Limerick

📋 copy color: '#8CBC1E'

red 140 ◦ green 188 ◦ blue 30

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

Shades of Limerick #8CBC1E

Tints of Limerick #8CBC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.38%

R = 39.11%
G = 52.51%
B = 8.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#8CBC1E (or 0x8CBC1E) is known color: Limerick. HEX triplet: 8C, BC and 1E. RGB value is (140,188,30). Sum of RGB (Red+Green+Blue) = 140+188+30=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC1E is #7343E1. Grayscale: #9C9C9C. Windows color (decimal): -7554018 or 2014348. OLE color: 2014348.

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

Color convert

RGB 140 188 30 -
CMYK 0.26 0 0.84 0.26
HSL 78.23º 0.72% 0.43% -
HSV(B) 78.23º 0.84% 0.74% -
XYZ 29.03 41.64 7.73 -
YUV 155.64 57.1 116.85 -
System Red Green Blue C M Y K H S L
Decimal 140 188 30 0.26 0 0.84 0.26 78.23 0.72 0.43
Hex 8C BC 1E 1A 0 54 1A 4E 48 2B
Octal 214 274 36 32 0 124 32 116 110 53
Binary 10001100 10111100 11110 11010 0 1010100 11010 1001110 1001000 101011

Color Harmonies of #8CBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC1E

Black with #8CBC1E

Text Example


Text Example

White with #8CBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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