#4B9201

Color #4B9201 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4B9201

Tints of Limeade #4B9201

Color information

#4B9201 (or 0x4B9201) is unknown color: approx Limeade. HEX triplet: 4B, 92 and 01. RGB value is (75,146,1). Sum of RGB (Red+Green+Blue) = 75+146+1=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9201 is #B46DFE. Grayscale: #6C6C6C. Windows color (decimal): -11824639 or 102987. OLE color: 102987.

HSL color Cylindrical-coordinate representation of color #4B9201: hue angle of 89.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B9201 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB751461-
CMYK0.4900.990.43
HSL89.38º98.64%28.82%-
HSV(B)89.38º99.32%57.25%-
XYZ13.1922.063.59-
YUV108.2467.48104.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 146 (57.42% from 255) = 65.77%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=33.78%
G=65.77%
B=0.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7514610.4900.990.4389.3898.6428.82
Hex4B921310632B59631d
Octal11322216101435313114335
Binary1001011100100101110001011000111010111011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,146,1); }

 H1.HeaderClassName
 {
   color: #4B9201;
 }
 .AnyTagClassName
 {
   color: #4B9201;
 }
</style>
background-color css

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

 a { background-color: rgb(75,146,1); }

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

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

 span { border-color: rgb(75,146,1); }

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