Html Css Color HEX #8BC025 Limerick

📋 copy color: '#8BC025'

red 139 ◦ green 192 ◦ blue 37

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

Shades of Limerick #8BC025

Tints of Limerick #8BC025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 37.77%
G = 52.17%
B = 10.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#8BC025 (or 0x8BC025) is known color: Limerick. HEX triplet: 8B, C0 and 25. RGB value is (139,192,37). Sum of RGB (Red+Green+Blue) = 139+192+37=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC025 is #743FDA. Grayscale: #9F9F9F. Windows color (decimal): -7618523 or 2474123. OLE color: 2474123.

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

Color convert

RGB 139 192 37 -
CMYK 0.28 0 0.81 0.25
HSL 80.52º 0.68% 0.45% -
HSV(B) 80.52º 0.81% 0.75% -
XYZ 29.83 43.32 8.54 -
YUV 158.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 139 192 37 0.28 0 0.81 0.25 80.52 0.68 0.45
Hex 8B C0 25 1C 0 51 19 51 44 2D
Octal 213 300 45 34 0 121 31 121 104 55
Binary 10001011 11000000 100101 11100 0 1010001 11001 1010001 1000100 101101

Color Harmonies of #8BC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC025

Black with #8BC025

Text Example


Text Example

White with #8BC025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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