Html Css Color HEX #4C8F02 Limeade

📋 copy color: '#4C8F02'

red 76 ◦ green 143 ◦ blue 2

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

Shades of Limeade #4C8F02

Tints of Limeade #4C8F02

RGB

 RED value IS 76 (30.08% from 255) = 34.39%

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

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

R = 34.39%
G = 64.71%
B = 0.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#4C8F02 (or 0x4C8F02) is known color: Limeade. HEX triplet: 4C, 8F and 02. RGB value is (76,143,2). Sum of RGB (Red+Green+Blue) = 76+143+2=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8F02 is #B370FD. Grayscale: #6B6B6B. Windows color (decimal): -11759870 or 167756. OLE color: 167756.

HSL color Cylindrical-coordinate representation of color #4C8F02: hue angle of 88.51º 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 #4C8F02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 143 2 -
CMYK 0.47 0 0.99 0.44
HSL 88.51º 0.97% 0.28% -
HSV(B) 88.51º 0.99% 0.56% -
XYZ 12.81 21.19 3.47 -
YUV 106.89 68.8 105.96 -
System Red Green Blue C M Y K H S L
Decimal 76 143 2 0.47 0 0.99 0.44 88.51 0.97 0.28
Hex 4C 8F 2 2F 0 63 2C 59 61 1C
Octal 114 217 2 57 0 143 54 131 141 34
Binary 1001100 10001111 10 101111 0 1100011 101100 1011001 1100001 11100

Color Harmonies of #4C8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8F02

Black with #4C8F02

Text Example


Text Example

White with #4C8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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