Html Css Color HEX #88BC30 Limerick

📋 copy color: '#88BC30'

red 136 ◦ green 188 ◦ blue 48

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

Shades of Limerick #88BC30

Tints of Limerick #88BC30

RGB

 RED value IS 136 (53.52% from 255) = 36.56%

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

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

R = 36.56%
G = 50.54%
B = 12.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#88BC30 (or 0x88BC30) is known color: Limerick. HEX triplet: 88, BC and 30. RGB value is (136,188,48). Sum of RGB (Red+Green+Blue) = 136+188+48=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BC30 is #7743CF. Grayscale: #9C9C9C. Windows color (decimal): -7816144 or 3193992. OLE color: 3193992.

HSL color Cylindrical-coordinate representation of color #88BC30: hue angle of 82.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88BC30 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 188 48 -
CMYK 0.28 0 0.74 0.26
HSL 82.29º 0.59% 0.46% -
HSV(B) 82.29º 0.74% 0.74% -
XYZ 28.67 41.41 9.28 -
YUV 156.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 136 188 48 0.28 0 0.74 0.26 82.29 0.59 0.46
Hex 88 BC 30 1C 0 4A 1A 52 3B 2E
Octal 210 274 60 34 0 112 32 122 73 56
Binary 10001000 10111100 110000 11100 0 1001010 11010 1010010 111011 101110

Color Harmonies of #88BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BC30

Black with #88BC30

Text Example


Text Example

White with #88BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88BC30; }

 p { color: rgb(136,188,48); }

 H1.HeaderClassName
 {
   color: #88BC30;
 }
 .AnyTagClassName
 {
   color: #88BC30;
 }
</style>

background-color css

<style>
 a { background-color: #88BC30; }

 a { background-color: rgb(136,188,48); }

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

border-color css

<style>
 span { border-color: #88BC30; }

 span { border-color: rgb(136,188,48); }

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