Html Css Color HEX #7CB70B Lima

📋 copy color: '#7CB70B'

red 124 ◦ green 183 ◦ blue 11

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

Shades of Lima #7CB70B

Tints of Lima #7CB70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 38.99%
G = 57.55%
B = 3.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#7CB70B (or 0x7CB70B) is known color: Lima. HEX triplet: 7C, B7 and 0B. RGB value is (124,183,11). Sum of RGB (Red+Green+Blue) = 124+183+11=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB70B is #8348F4. Grayscale: #929292. Windows color (decimal): -8603893 or 767868. OLE color: 767868.

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

Color convert

RGB 124 183 11 -
CMYK 0.32 0 0.94 0.28
HSL 80.58º 0.89% 0.38% -
HSV(B) 80.58º 0.94% 0.72% -
XYZ 25.31 38.18 6.35 -
YUV 145.75 51.95 112.49 -
System Red Green Blue C M Y K H S L
Decimal 124 183 11 0.32 0 0.94 0.28 80.58 0.89 0.38
Hex 7C B7 B 20 0 5E 1C 51 59 26
Octal 174 267 13 40 0 136 34 121 131 46
Binary 1111100 10110111 1011 100000 0 1011110 11100 1010001 1011001 100110

Color Harmonies of #7CB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB70B

Black with #7CB70B

Text Example


Text Example

White with #7CB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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