Html Css Color HEX #4C9C1C Limeade

📋 copy color: '#4C9C1C'

red 76 ◦ green 156 ◦ blue 28

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

Shades of Limeade #4C9C1C

Tints of Limeade #4C9C1C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 29.23%
G = 60%
B = 10.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#4C9C1C (or 0x4C9C1C) is known color: Limeade. HEX triplet: 4C, 9C and 1C. RGB value is (76,156,28). Sum of RGB (Red+Green+Blue) = 76+156+28=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 156 (61.33% from 255 or 60% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9C1C is #B363E3. Grayscale: #757575. Windows color (decimal): -11756516 or 1875020. OLE color: 1875020.

HSL color Cylindrical-coordinate representation of color #4C9C1C: hue angle of 97.5º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C9C1C is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 156 28 -
CMYK 0.51 0 0.82 0.39
HSL 97.5º 0.7% 0.36% -
HSV(B) 97.5º 0.82% 0.61% -
XYZ 15.08 25.4 5.21 -
YUV 117.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 76 156 28 0.51 0 0.82 0.39 97.5 0.7 0.36
Hex 4C 9C 1C 33 0 52 27 62 46 24
Octal 114 234 34 63 0 122 47 142 106 44
Binary 1001100 10011100 11100 110011 0 1010010 100111 1100010 1000110 100100

Color Harmonies of #4C9C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9C1C

Black with #4C9C1C

Text Example


Text Example

White with #4C9C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,156,28); }

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

background-color css

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

 a { background-color: rgb(76,156,28); }

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

border-color css

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

 span { border-color: rgb(76,156,28); }

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