Html Css Color HEX #7CB728 Lima

📋 copy color: '#7CB728'

red 124 ◦ green 183 ◦ blue 40

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

Shades of Lima #7CB728

Tints of Lima #7CB728

RGB

 RED value IS 124 (48.83% from 255) = 35.73%

 GREEN value IS 183 (71.88% from 255) = 52.74%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 35.73%
G = 52.74%
B = 11.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#7CB728 (or 0x7CB728) is known color: Lima. HEX triplet: 7C, B7 and 28. RGB value is (124,183,40). Sum of RGB (Red+Green+Blue) = 124+183+40=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB728 is #8348D7. Grayscale: #959595. Windows color (decimal): -8603864 or 2668412. OLE color: 2668412.

HSL color Cylindrical-coordinate representation of color #7CB728: hue angle of 84.76º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CB728 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 40 -
CMYK 0.32 0 0.78 0.28
HSL 84.76º 0.64% 0.44% -
HSV(B) 84.76º 0.78% 0.72% -
XYZ 25.63 38.31 8.05 -
YUV 149.06 66.45 110.13 -
System Red Green Blue C M Y K H S L
Decimal 124 183 40 0.32 0 0.78 0.28 84.76 0.64 0.44
Hex 7C B7 28 20 0 4E 1C 55 40 2C
Octal 174 267 50 40 0 116 34 125 100 54
Binary 1111100 10110111 101000 100000 0 1001110 11100 1010101 1000000 101100

Color Harmonies of #7CB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB728

Black with #7CB728

Text Example


Text Example

White with #7CB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CB728; }

 p { color: rgb(124,183,40); }

 H1.HeaderClassName
 {
   color: #7CB728;
 }
 .AnyTagClassName
 {
   color: #7CB728;
 }
</style>

background-color css

<style>
 a { background-color: #7CB728; }

 a { background-color: rgb(124,183,40); }

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

border-color css

<style>
 span { border-color: #7CB728; }

 span { border-color: rgb(124,183,40); }

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