Html Css Color HEX #4B910F Limeade

📋 copy color: '#4B910F'

red 75 ◦ green 145 ◦ blue 15

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

Shades of Limeade #4B910F

Tints of Limeade #4B910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.7%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 31.91%
G = 61.7%
B = 6.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#4B910F (or 0x4B910F) is known color: Limeade. HEX triplet: 4B, 91 and 0F. RGB value is (75,145,15). Sum of RGB (Red+Green+Blue) = 75+145+15=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #4B910F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B910F is #B46EF0. Grayscale: #6D6D6D. Windows color (decimal): -11824881 or 1020235. OLE color: 1020235.

HSL color Cylindrical-coordinate representation of color #4B910F: hue angle of 92.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B910F is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 145 15 -
CMYK 0.48 0 0.90 0.43
HSL 92.31º 0.81% 0.31% -
HSV(B) 92.31º 0.9% 0.57% -
XYZ 13.11 21.78 3.96 -
YUV 109.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 75 145 15 0.48 0 0.90 0.43 92.31 0.81 0.31
Hex 4B 91 F 30 0 5A 2B 5C 51 1F
Octal 113 221 17 60 0 132 53 134 121 37
Binary 1001011 10010001 1111 110000 0 1011010 101011 1011100 1010001 11111

Color Harmonies of #4B910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B910F

Black with #4B910F

Text Example


Text Example

White with #4B910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,145,15); }

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

background-color css

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

 a { background-color: rgb(75,145,15); }

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

border-color css

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

 span { border-color: rgb(75,145,15); }

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