Html Css Color HEX #4B9610 Limeade

📋 copy color: '#4B9610'

red 75 ◦ green 150 ◦ blue 16

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

Shades of Limeade #4B9610

Tints of Limeade #4B9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 62.24%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 31.12%
G = 62.24%
B = 6.64%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#4B9610 (or 0x4B9610) is known color: Limeade. HEX triplet: 4B, 96 and 10. RGB value is (75,150,16). Sum of RGB (Red+Green+Blue) = 75+150+16=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9610 is #B469EF. Grayscale: #707070. Windows color (decimal): -11823600 or 1087051. OLE color: 1087051.

HSL color Cylindrical-coordinate representation of color #4B9610: hue angle of 93.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B9610 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 16 -
CMYK 0.5 0 0.89 0.41
HSL 93.58º 0.81% 0.33% -
HSV(B) 93.58º 0.89% 0.59% -
XYZ 13.9 23.35 4.26 -
YUV 112.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 75 150 16 0.5 0 0.89 0.41 93.58 0.81 0.33
Hex 4B 96 10 32 0 59 29 5E 51 21
Octal 113 226 20 62 0 131 51 136 121 41
Binary 1001011 10010110 10000 110010 0 1011001 101001 1011110 1010001 100001

Color Harmonies of #4B9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9610

Black with #4B9610

Text Example


Text Example

White with #4B9610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,150,16); }

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

background-color css

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

 a { background-color: rgb(75,150,16); }

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

border-color css

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

 span { border-color: rgb(75,150,16); }

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