Html Css Color HEX #4B8F02 Limeade

📋 copy color: '#4B8F02'

red 75 ◦ green 143 ◦ blue 2

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

Shades of Limeade #4B8F02

Tints of Limeade #4B8F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 65%

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

R = 34.09%
G = 65%
B = 0.91%

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

#4B8F02 (or 0x4B8F02) is known color: Limeade. HEX triplet: 4B, 8F and 02. RGB value is (75,143,2). Sum of RGB (Red+Green+Blue) = 75+143+2=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 143 (56.25% from 255 or 65% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8F02 is #B470FD. Grayscale: #6B6B6B. Windows color (decimal): -11825406 or 167755. OLE color: 167755.

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

Color convert

RGB 75 143 2 -
CMYK 0.48 0 0.99 0.44
HSL 88.94º 0.97% 0.28% -
HSV(B) 88.94º 0.99% 0.56% -
XYZ 12.74 21.15 3.47 -
YUV 106.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 75 143 2 0.48 0 0.99 0.44 88.94 0.97 0.28
Hex 4B 8F 2 30 0 63 2C 59 61 1C
Octal 113 217 2 60 0 143 54 131 141 34
Binary 1001011 10001111 10 110000 0 1100011 101100 1011001 1100001 11100

Color Harmonies of #4B8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8F02

Black with #4B8F02

Text Example


Text Example

White with #4B8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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