Html Css Color HEX #4B9505 Limeade

📋 copy color: '#4B9505'

red 75 ◦ green 149 ◦ blue 5

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

Shades of Limeade #4B9505

Tints of Limeade #4B9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.07%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 32.75%
G = 65.07%
B = 2.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#4B9505 (or 0x4B9505) is known color: Limeade. HEX triplet: 4B, 95 and 05. RGB value is (75,149,5). Sum of RGB (Red+Green+Blue) = 75+149+5=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9505 is #B46AFA. Grayscale: #6E6E6E. Windows color (decimal): -11823867 or 365899. OLE color: 365899.

HSL color Cylindrical-coordinate representation of color #4B9505: hue angle of 90.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B9505 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 149 5 -
CMYK 0.50 0 0.97 0.42
HSL 90.83º 0.94% 0.3% -
HSV(B) 90.83º 0.97% 0.58% -
XYZ 13.68 23 3.86 -
YUV 110.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 75 149 5 0.50 0 0.97 0.42 90.83 0.94 0.3
Hex 4B 95 5 32 0 61 2A 5B 5E 1E
Octal 113 225 5 62 0 141 52 133 136 36
Binary 1001011 10010101 101 110010 0 1100001 101010 1011011 1011110 11110

Color Harmonies of #4B9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9505

Black with #4B9505

Text Example


Text Example

White with #4B9505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,149,5); }

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

background-color css

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

 a { background-color: rgb(75,149,5); }

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

border-color css

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

 span { border-color: rgb(75,149,5); }

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