Html Css Color HEX #7CB325 Lima

📋 copy color: '#7CB325'

red 124 ◦ green 179 ◦ blue 37

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

Shades of Lima #7CB325

Tints of Lima #7CB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.65%

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 36.47%
G = 52.65%
B = 10.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#7CB325 (or 0x7CB325) is known color: Lima. HEX triplet: 7C, B3 and 25. RGB value is (124,179,37). Sum of RGB (Red+Green+Blue) = 124+179+37=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB325 is #834CDA. Grayscale: #929292. Windows color (decimal): -8604891 or 2470780. OLE color: 2470780.

HSL color Cylindrical-coordinate representation of color #7CB325: hue angle of 83.24º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CB325 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 37 -
CMYK 0.31 0 0.79 0.30
HSL 83.24º 0.66% 0.42% -
HSV(B) 83.24º 0.79% 0.7% -
XYZ 24.77 36.66 7.52 -
YUV 146.37 66.28 112.05 -
System Red Green Blue C M Y K H S L
Decimal 124 179 37 0.31 0 0.79 0.30 83.24 0.66 0.42
Hex 7C B3 25 1F 0 4F 1E 53 42 2A
Octal 174 263 45 37 0 117 36 123 102 52
Binary 1111100 10110011 100101 11111 0 1001111 11110 1010011 1000010 101010

Color Harmonies of #7CB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB325

Black with #7CB325

Text Example


Text Example

White with #7CB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,37); }

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

background-color css

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

 a { background-color: rgb(124,179,37); }

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

border-color css

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

 span { border-color: rgb(124,179,37); }

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