Html Css Color HEX #7CBC05 Lima

📋 copy color: '#7CBC05'

red 124 ◦ green 188 ◦ blue 5

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

Shades of Lima #7CBC05

Tints of Lima #7CBC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 39.12%
G = 59.31%
B = 1.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#7CBC05 (or 0x7CBC05) is known color: Lima. HEX triplet: 7C, BC and 05. RGB value is (124,188,5). Sum of RGB (Red+Green+Blue) = 124+188+5=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC05 is #8343FA. Grayscale: #949494. Windows color (decimal): -8602619 or 375932. OLE color: 375932.

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

Color convert

RGB 124 188 5 -
CMYK 0.34 0 0.97 0.26
HSL 80.98º 0.95% 0.38% -
HSV(B) 80.98º 0.97% 0.74% -
XYZ 26.32 40.26 6.53 -
YUV 148 47.3 110.88 -
System Red Green Blue C M Y K H S L
Decimal 124 188 5 0.34 0 0.97 0.26 80.98 0.95 0.38
Hex 7C BC 5 22 0 61 1A 51 5F 26
Octal 174 274 5 42 0 141 32 121 137 46
Binary 1111100 10111100 101 100010 0 1100001 11010 1010001 1011111 100110

Color Harmonies of #7CBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC05

Black with #7CBC05

Text Example


Text Example

White with #7CBC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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