Html Css Color HEX #8CC025 Limerick

📋 copy color: '#8CC025'

red 140 ◦ green 192 ◦ blue 37

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

Shades of Limerick #8CC025

Tints of Limerick #8CC025

RGB

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

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

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

R = 37.94%
G = 52.03%
B = 10.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#8CC025 (or 0x8CC025) is known color: Limerick. HEX triplet: 8C, C0 and 25. RGB value is (140,192,37). Sum of RGB (Red+Green+Blue) = 140+192+37=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC025 is #733FDA. Grayscale: #9F9F9F. Windows color (decimal): -7552987 or 2474124. OLE color: 2474124.

HSL color Cylindrical-coordinate representation of color #8CC025: hue angle of 80.13º 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 #8CC025 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 37 -
CMYK 0.27 0 0.81 0.25
HSL 80.13º 0.68% 0.45% -
HSV(B) 80.13º 0.81% 0.75% -
XYZ 30 43.41 8.55 -
YUV 158.78 59.27 114.6 -
System Red Green Blue C M Y K H S L
Decimal 140 192 37 0.27 0 0.81 0.25 80.13 0.68 0.45
Hex 8C C0 25 1B 0 51 19 50 44 2D
Octal 214 300 45 33 0 121 31 120 104 55
Binary 10001100 11000000 100101 11011 0 1010001 11001 1010000 1000100 101101

Color Harmonies of #8CC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC025

Black with #8CC025

Text Example


Text Example

White with #8CC025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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