Html Css Color HEX #7CBC10 Lima

📋 copy color: '#7CBC10'

red 124 ◦ green 188 ◦ blue 16

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

Shades of Lima #7CBC10

Tints of Lima #7CBC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 37.8%
G = 57.32%
B = 4.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#7CBC10 (or 0x7CBC10) is known color: Lima. HEX triplet: 7C, BC and 10. RGB value is (124,188,16). Sum of RGB (Red+Green+Blue) = 124+188+16=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC10 is #8343EF. Grayscale: #959595. Windows color (decimal): -8602608 or 1096828. OLE color: 1096828.

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

Color convert

RGB 124 188 16 -
CMYK 0.34 0 0.91 0.26
HSL 82.33º 0.84% 0.4% -
HSV(B) 82.33º 0.91% 0.74% -
XYZ 26.39 40.29 6.88 -
YUV 149.26 52.8 109.99 -
System Red Green Blue C M Y K H S L
Decimal 124 188 16 0.34 0 0.91 0.26 82.33 0.84 0.4
Hex 7C BC 10 22 0 5B 1A 52 54 28
Octal 174 274 20 42 0 133 32 122 124 50
Binary 1111100 10111100 10000 100010 0 1011011 11010 1010010 1010100 101000

Color Harmonies of #7CBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC10

Black with #7CBC10

Text Example


Text Example

White with #7CBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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