Html Css Color HEX #4C9302 Limeade

📋 copy color: '#4C9302'

red 76 ◦ green 147 ◦ blue 2

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

Shades of Limeade #4C9302

Tints of Limeade #4C9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.33%

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

R = 33.78%
G = 65.33%
B = 0.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#4C9302 (or 0x4C9302) is known color: Limeade. HEX triplet: 4C, 93 and 02. RGB value is (76,147,2). Sum of RGB (Red+Green+Blue) = 76+147+2=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9302 is #B36CFD. Grayscale: #6D6D6D. Windows color (decimal): -11758846 or 168780. OLE color: 168780.

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

Color convert

RGB 76 147 2 -
CMYK 0.48 0 0.99 0.42
HSL 89.38º 0.97% 0.29% -
HSV(B) 89.38º 0.99% 0.58% -
XYZ 13.43 22.41 3.68 -
YUV 109.24 67.48 104.29 -
System Red Green Blue C M Y K H S L
Decimal 76 147 2 0.48 0 0.99 0.42 89.38 0.97 0.29
Hex 4C 93 2 30 0 63 2A 59 61 1D
Octal 114 223 2 60 0 143 52 131 141 35
Binary 1001100 10010011 10 110000 0 1100011 101010 1011001 1100001 11101

Color Harmonies of #4C9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9302

Black with #4C9302

Text Example


Text Example

White with #4C9302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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