Html Css Color HEX #8BC01F Limerick

📋 copy color: '#8BC01F'

red 139 ◦ green 192 ◦ blue 31

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

Shades of Limerick #8BC01F

Tints of Limerick #8BC01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 38.4%
G = 53.04%
B = 8.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#8BC01F (or 0x8BC01F) is known color: Limerick. HEX triplet: 8B, C0 and 1F. RGB value is (139,192,31). Sum of RGB (Red+Green+Blue) = 139+192+31=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC01F is #743FE0. Grayscale: #9E9E9E. Windows color (decimal): -7618529 or 2080907. OLE color: 2080907.

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

Color convert

RGB 139 192 31 -
CMYK 0.28 0 0.84 0.25
HSL 79.75º 0.72% 0.44% -
HSV(B) 79.75º 0.84% 0.75% -
XYZ 29.74 43.29 8.08 -
YUV 157.8 56.44 114.59 -
System Red Green Blue C M Y K H S L
Decimal 139 192 31 0.28 0 0.84 0.25 79.75 0.72 0.44
Hex 8B C0 1F 1C 0 54 19 50 48 2C
Octal 213 300 37 34 0 124 31 120 110 54
Binary 10001011 11000000 11111 11100 0 1010100 11001 1010000 1001000 101100

Color Harmonies of #8BC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC01F

Black with #8BC01F

Text Example


Text Example

White with #8BC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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