Html Css Color HEX #7CB70F Lima

📋 copy color: '#7CB70F'

red 124 ◦ green 183 ◦ blue 15

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

Shades of Lima #7CB70F

Tints of Lima #7CB70F

RGB

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

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

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

R = 38.51%
G = 56.83%
B = 4.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#7CB70F (or 0x7CB70F) is known color: Lima. HEX triplet: 7C, B7 and 0F. RGB value is (124,183,15). Sum of RGB (Red+Green+Blue) = 124+183+15=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB70F is #8348F0. Grayscale: #929292. Windows color (decimal): -8603889 or 1030012. OLE color: 1030012.

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

Color convert

RGB 124 183 15 -
CMYK 0.32 0 0.92 0.28
HSL 81.07º 0.85% 0.39% -
HSV(B) 81.07º 0.92% 0.72% -
XYZ 25.33 38.19 6.49 -
YUV 146.21 53.95 112.16 -
System Red Green Blue C M Y K H S L
Decimal 124 183 15 0.32 0 0.92 0.28 81.07 0.85 0.39
Hex 7C B7 F 20 0 5C 1C 51 55 27
Octal 174 267 17 40 0 134 34 121 125 47
Binary 1111100 10110111 1111 100000 0 1011100 11100 1010001 1010101 100111

Color Harmonies of #7CB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB70F

Black with #7CB70F

Text Example


Text Example

White with #7CB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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