Html Css Color HEX #4B9002 Limeade

📋 copy color: '#4B9002'

red 75 ◦ green 144 ◦ blue 2

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

Shades of Limeade #4B9002

Tints of Limeade #4B9002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 65.16%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 33.94%
G = 65.16%
B = 0.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#4B9002 (or 0x4B9002) is known color: Limeade. HEX triplet: 4B, 90 and 02. RGB value is (75,144,2). Sum of RGB (Red+Green+Blue) = 75+144+2=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9002 is #B46FFD. Grayscale: #6B6B6B. Windows color (decimal): -11825150 or 168011. OLE color: 168011.

HSL color Cylindrical-coordinate representation of color #4B9002: hue angle of 89.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B9002 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 144 2 -
CMYK 0.48 0 0.99 0.44
HSL 89.15º 0.97% 0.29% -
HSV(B) 89.15º 0.99% 0.56% -
XYZ 12.89 21.45 3.52 -
YUV 107.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 75 144 2 0.48 0 0.99 0.44 89.15 0.97 0.29
Hex 4B 90 2 30 0 63 2C 59 61 1D
Octal 113 220 2 60 0 143 54 131 141 35
Binary 1001011 10010000 10 110000 0 1100011 101100 1011001 1100001 11101

Color Harmonies of #4B9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9002

Black with #4B9002

Text Example


Text Example

White with #4B9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,144,2); }

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

background-color css

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

 a { background-color: rgb(75,144,2); }

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

border-color css

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

 span { border-color: rgb(75,144,2); }

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