Html Css Color HEX #4B9108 Limeade

📋 copy color: '#4B9108'

red 75 ◦ green 145 ◦ blue 8

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

Shades of Limeade #4B9108

Tints of Limeade #4B9108

RGB

 RED value IS 75 (29.69% from 255) = 32.89%

 GREEN value IS 145 (57.03% from 255) = 63.6%

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 32.89%
G = 63.6%
B = 3.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#4B9108 (or 0x4B9108) is known color: Limeade. HEX triplet: 4B, 91 and 08. RGB value is (75,145,8). Sum of RGB (Red+Green+Blue) = 75+145+8=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9108 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9108 is #B46EF7. Grayscale: #6C6C6C. Windows color (decimal): -11824888 or 561483. OLE color: 561483.

HSL color Cylindrical-coordinate representation of color #4B9108: hue angle of 90.66º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B9108 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 145 8 -
CMYK 0.48 0 0.94 0.43
HSL 90.66º 0.9% 0.3% -
HSV(B) 90.66º 0.94% 0.57% -
XYZ 13.07 21.76 3.74 -
YUV 108.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 75 145 8 0.48 0 0.94 0.43 90.66 0.9 0.3
Hex 4B 91 8 30 0 5E 2B 5B 5A 1E
Octal 113 221 10 60 0 136 53 133 132 36
Binary 1001011 10010001 1000 110000 0 1011110 101011 1011011 1011010 11110

Color Harmonies of #4B9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9108

Black with #4B9108

Text Example


Text Example

White with #4B9108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B9108; }

 p { color: rgb(75,145,8); }

 H1.HeaderClassName
 {
   color: #4B9108;
 }
 .AnyTagClassName
 {
   color: #4B9108;
 }
</style>

background-color css

<style>
 a { background-color: #4B9108; }

 a { background-color: rgb(75,145,8); }

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

border-color css

<style>
 span { border-color: #4B9108; }

 span { border-color: rgb(75,145,8); }

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