Html Css Color HEX #7CB60F Lima

📋 copy color: '#7CB60F'

red 124 ◦ green 182 ◦ blue 15

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

Shades of Lima #7CB60F

Tints of Lima #7CB60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.7%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 38.63%
G = 56.7%
B = 4.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#7CB60F (or 0x7CB60F) is known color: Lima. HEX triplet: 7C, B6 and 0F. RGB value is (124,182,15). Sum of RGB (Red+Green+Blue) = 124+182+15=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB60F is #8349F0. Grayscale: #929292. Windows color (decimal): -8604145 or 1029756. OLE color: 1029756.

HSL color Cylindrical-coordinate representation of color #7CB60F: hue angle of 80.84º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB60F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 15 -
CMYK 0.32 0 0.92 0.29
HSL 80.84º 0.85% 0.39% -
HSV(B) 80.84º 0.92% 0.71% -
XYZ 25.13 37.78 6.42 -
YUV 145.62 54.28 112.58 -
System Red Green Blue C M Y K H S L
Decimal 124 182 15 0.32 0 0.92 0.29 80.84 0.85 0.39
Hex 7C B6 F 20 0 5C 1D 51 55 27
Octal 174 266 17 40 0 134 35 121 125 47
Binary 1111100 10110110 1111 100000 0 1011100 11101 1010001 1010101 100111

Color Harmonies of #7CB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB60F

Black with #7CB60F

Text Example


Text Example

White with #7CB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,15); }

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

background-color css

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

 a { background-color: rgb(124,182,15); }

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

border-color css

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

 span { border-color: rgb(124,182,15); }

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