Html Css Color HEX #4B970C Limeade

📋 copy color: '#4B970C'

red 75 ◦ green 151 ◦ blue 12

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

Shades of Limeade #4B970C

Tints of Limeade #4B970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 63.45%

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

R = 31.51%
G = 63.45%
B = 5.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#4B970C (or 0x4B970C) is known color: Limeade. HEX triplet: 4B, 97 and 0C. RGB value is (75,151,12). Sum of RGB (Red+Green+Blue) = 75+151+12=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #4B970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B970C is #B468F3. Grayscale: #707070. Windows color (decimal): -11823348 or 825163. OLE color: 825163.

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

Color convert

RGB 75 151 12 -
CMYK 0.50 0 0.92 0.41
HSL 92.81º 0.85% 0.32% -
HSV(B) 92.81º 0.92% 0.59% -
XYZ 14.03 23.66 4.17 -
YUV 112.43 71.32 101.3 -
System Red Green Blue C M Y K H S L
Decimal 75 151 12 0.50 0 0.92 0.41 92.81 0.85 0.32
Hex 4B 97 C 32 0 5C 29 5D 55 20
Octal 113 227 14 62 0 134 51 135 125 40
Binary 1001011 10010111 1100 110010 0 1011100 101001 1011101 1010101 100000

Color Harmonies of #4B970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B970C

Black with #4B970C

Text Example


Text Example

White with #4B970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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