Html Css Color HEX #94BC28 Limerick

📋 copy color: '#94BC28'

red 148 ◦ green 188 ◦ blue 40

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

Shades of Limerick #94BC28

Tints of Limerick #94BC28

RGB

 RED value IS 148 (58.2% from 255) = 39.36%

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 39.36%
G = 50%
B = 10.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#94BC28 (or 0x94BC28) is known color: Limerick. HEX triplet: 94, BC and 28. RGB value is (148,188,40). Sum of RGB (Red+Green+Blue) = 148+188+40=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC28 is #6B43D7. Grayscale: #9F9F9F. Windows color (decimal): -7029720 or 2669716. OLE color: 2669716.

HSL color Cylindrical-coordinate representation of color #94BC28: hue angle of 76.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94BC28 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 40 -
CMYK 0.21 0 0.79 0.26
HSL 76.22º 0.65% 0.45% -
HSV(B) 76.22º 0.79% 0.74% -
XYZ 30.58 42.42 8.58 -
YUV 159.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 148 188 40 0.21 0 0.79 0.26 76.22 0.65 0.45
Hex 94 BC 28 15 0 4F 1A 4C 41 2D
Octal 224 274 50 25 0 117 32 114 101 55
Binary 10010100 10111100 101000 10101 0 1001111 11010 1001100 1000001 101101

Color Harmonies of #94BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC28

Black with #94BC28

Text Example


Text Example

White with #94BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BC28; }

 p { color: rgb(148,188,40); }

 H1.HeaderClassName
 {
   color: #94BC28;
 }
 .AnyTagClassName
 {
   color: #94BC28;
 }
</style>

background-color css

<style>
 a { background-color: #94BC28; }

 a { background-color: rgb(148,188,40); }

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

border-color css

<style>
 span { border-color: #94BC28; }

 span { border-color: rgb(148,188,40); }

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