Html Css Color HEX #7CB407 Lima

📋 copy color: '#7CB407'

red 124 ◦ green 180 ◦ blue 7

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

Shades of Lima #7CB407

Tints of Lima #7CB407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.88%

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 39.87%
G = 57.88%
B = 2.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#7CB407 (or 0x7CB407) is known color: Lima. HEX triplet: 7C, B4 and 07. RGB value is (124,180,7). Sum of RGB (Red+Green+Blue) = 124+180+7=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB407 is #834BF8. Grayscale: #909090. Windows color (decimal): -8604665 or 504956. OLE color: 504956.

HSL color Cylindrical-coordinate representation of color #7CB407: hue angle of 79.42º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB407 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 7 -
CMYK 0.31 0 0.96 0.29
HSL 79.42º 0.93% 0.37% -
HSV(B) 79.42º 0.96% 0.71% -
XYZ 24.67 36.94 6.03 -
YUV 143.53 50.95 114.07 -
System Red Green Blue C M Y K H S L
Decimal 124 180 7 0.31 0 0.96 0.29 79.42 0.93 0.37
Hex 7C B4 7 1F 0 60 1D 4F 5D 25
Octal 174 264 7 37 0 140 35 117 135 45
Binary 1111100 10110100 111 11111 0 1100000 11101 1001111 1011101 100101

Color Harmonies of #7CB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB407

Black with #7CB407

Text Example


Text Example

White with #7CB407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,7); }

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

background-color css

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

 a { background-color: rgb(124,180,7); }

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

border-color css

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

 span { border-color: rgb(124,180,7); }

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