Html Css Color HEX #8CAF30 Limerick

📋 copy color: '#8CAF30'

red 140 ◦ green 175 ◦ blue 48

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

Shades of Limerick #8CAF30

Tints of Limerick #8CAF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.21%

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 38.57%
G = 48.21%
B = 13.22%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#8CAF30 (or 0x8CAF30) is known color: Limerick. HEX triplet: 8C, AF and 30. RGB value is (140,175,48). Sum of RGB (Red+Green+Blue) = 140+175+48=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF30 is #7350CF. Grayscale: #969696. Windows color (decimal): -7557328 or 3190668. OLE color: 3190668.

HSL color Cylindrical-coordinate representation of color #8CAF30: hue angle of 76.54º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CAF30 is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 48 -
CMYK 0.2 0 0.73 0.31
HSL 76.54º 0.57% 0.44% -
HSV(B) 76.54º 0.73% 0.69% -
XYZ 26.68 36.45 8.43 -
YUV 150.06 70.4 120.83 -
System Red Green Blue C M Y K H S L
Decimal 140 175 48 0.2 0 0.73 0.31 76.54 0.57 0.44
Hex 8C AF 30 14 0 49 1F 4D 39 2C
Octal 214 257 60 24 0 111 37 115 71 54
Binary 10001100 10101111 110000 10100 0 1001001 11111 1001101 111001 101100

Color Harmonies of #8CAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF30

Black with #8CAF30

Text Example


Text Example

White with #8CAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,48); }

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

background-color css

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

 a { background-color: rgb(140,175,48); }

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

border-color css

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

 span { border-color: rgb(140,175,48); }

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