Html Css Color HEX #4B950C Limeade

📋 copy color: '#4B950C'

red 75 ◦ green 149 ◦ blue 12

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

Shades of Limeade #4B950C

Tints of Limeade #4B950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 31.78%
G = 63.14%
B = 5.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#4B950C (or 0x4B950C) is known color: Limeade. HEX triplet: 4B, 95 and 0C. RGB value is (75,149,12). Sum of RGB (Red+Green+Blue) = 75+149+12=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #4B950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B950C is #B46AF3. Grayscale: #6F6F6F. Windows color (decimal): -11823860 or 824651. OLE color: 824651.

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

Color convert

RGB 75 149 12 -
CMYK 0.50 0 0.92 0.42
HSL 92.41º 0.85% 0.32% -
HSV(B) 92.41º 0.92% 0.58% -
XYZ 13.72 23.02 4.07 -
YUV 111.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 75 149 12 0.50 0 0.92 0.42 92.41 0.85 0.32
Hex 4B 95 C 32 0 5C 2A 5C 55 20
Octal 113 225 14 62 0 134 52 134 125 40
Binary 1001011 10010101 1100 110010 0 1011100 101010 1011100 1010101 100000

Color Harmonies of #4B950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B950C

Black with #4B950C

Text Example


Text Example

White with #4B950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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