Html Css Color HEX #8CBB1E Limerick

📋 copy color: '#8CBB1E'

red 140 ◦ green 187 ◦ blue 30

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

Shades of Limerick #8CBB1E

Tints of Limerick #8CBB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.38%

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

R = 39.22%
G = 52.38%
B = 8.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#8CBB1E (or 0x8CBB1E) is known color: Limerick. HEX triplet: 8C, BB and 1E. RGB value is (140,187,30). Sum of RGB (Red+Green+Blue) = 140+187+30=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB1E is #7344E1. Grayscale: #9B9B9B. Windows color (decimal): -7554274 or 2014092. OLE color: 2014092.

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

Color convert

RGB 140 187 30 -
CMYK 0.25 0 0.84 0.27
HSL 77.96º 0.72% 0.43% -
HSV(B) 77.96º 0.84% 0.73% -
XYZ 28.82 41.21 7.66 -
YUV 155.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 140 187 30 0.25 0 0.84 0.27 77.96 0.72 0.43
Hex 8C BB 1E 19 0 54 1B 4E 48 2B
Octal 214 273 36 31 0 124 33 116 110 53
Binary 10001100 10111011 11110 11001 0 1010100 11011 1001110 1001000 101011

Color Harmonies of #8CBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB1E

Black with #8CBB1E

Text Example


Text Example

White with #8CBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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