Html Css Color HEX #7CBC07 Lima

📋 copy color: '#7CBC07'

red 124 ◦ green 188 ◦ blue 7

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

Shades of Lima #7CBC07

Tints of Lima #7CBC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.93%

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

R = 38.87%
G = 58.93%
B = 2.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#7CBC07 (or 0x7CBC07) is known color: Lima. HEX triplet: 7C, BC and 07. RGB value is (124,188,7). Sum of RGB (Red+Green+Blue) = 124+188+7=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC07 is #8343F8. Grayscale: #949494. Windows color (decimal): -8602617 or 507004. OLE color: 507004.

HSL color Cylindrical-coordinate representation of color #7CBC07: hue angle of 81.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CBC07 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 7 -
CMYK 0.34 0 0.96 0.26
HSL 81.22º 0.93% 0.38% -
HSV(B) 81.22º 0.96% 0.74% -
XYZ 26.33 40.27 6.59 -
YUV 148.23 48.3 110.72 -
System Red Green Blue C M Y K H S L
Decimal 124 188 7 0.34 0 0.96 0.26 81.22 0.93 0.38
Hex 7C BC 7 22 0 60 1A 51 5D 26
Octal 174 274 7 42 0 140 32 121 135 46
Binary 1111100 10111100 111 100010 0 1100000 11010 1010001 1011101 100110

Color Harmonies of #7CBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC07

Black with #7CBC07

Text Example


Text Example

White with #7CBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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