Html Css Color HEX #8CC21E Limerick

📋 copy color: '#8CC21E'

red 140 ◦ green 194 ◦ blue 30

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

Shades of Limerick #8CC21E

Tints of Limerick #8CC21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.3%

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

R = 38.46%
G = 53.3%
B = 8.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#8CC21E (or 0x8CC21E) is known color: Limerick. HEX triplet: 8C, C2 and 1E. RGB value is (140,194,30). Sum of RGB (Red+Green+Blue) = 140+194+30=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC21E is #733DE1. Grayscale: #9F9F9F. Windows color (decimal): -7552482 or 2015884. OLE color: 2015884.

HSL color Cylindrical-coordinate representation of color #8CC21E: hue angle of 79.76º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CC21E is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 30 -
CMYK 0.28 0 0.85 0.24
HSL 79.76º 0.73% 0.44% -
HSV(B) 79.76º 0.85% 0.76% -
XYZ 30.34 44.25 8.17 -
YUV 159.16 55.11 114.34 -
System Red Green Blue C M Y K H S L
Decimal 140 194 30 0.28 0 0.85 0.24 79.76 0.73 0.44
Hex 8C C2 1E 1C 0 55 18 50 49 2C
Octal 214 302 36 34 0 125 30 120 111 54
Binary 10001100 11000010 11110 11100 0 1010101 11000 1010000 1001001 101100

Color Harmonies of #8CC21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC21E

Black with #8CC21E

Text Example


Text Example

White with #8CC21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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