Html Css Color HEX #7CC010 Lima

📋 copy color: '#7CC010'

red 124 ◦ green 192 ◦ blue 16

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

Shades of Lima #7CC010

Tints of Lima #7CC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.83%

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

R = 37.35%
G = 57.83%
B = 4.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7CC010 (or 0x7CC010) is known color: Lima. HEX triplet: 7C, C0 and 10. RGB value is (124,192,16). Sum of RGB (Red+Green+Blue) = 124+192+16=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC010 is #833FEF. Grayscale: #989898. Windows color (decimal): -8601584 or 1097852. OLE color: 1097852.

HSL color Cylindrical-coordinate representation of color #7CC010: hue angle of 83.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CC010 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 16 -
CMYK 0.35 0 0.92 0.25
HSL 83.18º 0.85% 0.41% -
HSV(B) 83.18º 0.92% 0.75% -
XYZ 27.26 42.02 7.16 -
YUV 151.6 51.47 108.31 -
System Red Green Blue C M Y K H S L
Decimal 124 192 16 0.35 0 0.92 0.25 83.18 0.85 0.41
Hex 7C C0 10 23 0 5C 19 53 55 29
Octal 174 300 20 43 0 134 31 123 125 51
Binary 1111100 11000000 10000 100011 0 1011100 11001 1010011 1010101 101001

Color Harmonies of #7CC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC010

Black with #7CC010

Text Example


Text Example

White with #7CC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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