Html Css Color HEX #7CC120 Lima

📋 copy color: '#7CC120'

red 124 ◦ green 193 ◦ blue 32

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

Shades of Lima #7CC120

Tints of Lima #7CC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.3%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 35.53%
G = 55.3%
B = 9.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7CC120 (or 0x7CC120) is known color: Lima. HEX triplet: 7C, C1 and 20. RGB value is (124,193,32). Sum of RGB (Red+Green+Blue) = 124+193+32=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC120 is #833EDF. Grayscale: #9A9A9A. Windows color (decimal): -8601312 or 2146684. OLE color: 2146684.

HSL color Cylindrical-coordinate representation of color #7CC120: hue angle of 85.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CC120 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 32 -
CMYK 0.36 0 0.83 0.24
HSL 85.71º 0.72% 0.44% -
HSV(B) 85.71º 0.83% 0.76% -
XYZ 27.64 42.53 8.12 -
YUV 154.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 124 193 32 0.36 0 0.83 0.24 85.71 0.72 0.44
Hex 7C C1 20 24 0 53 18 56 48 2C
Octal 174 301 40 44 0 123 30 126 110 54
Binary 1111100 11000001 100000 100100 0 1010011 11000 1010110 1001000 101100

Color Harmonies of #7CC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC120

Black with #7CC120

Text Example


Text Example

White with #7CC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,32); }

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

background-color css

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

 a { background-color: rgb(124,193,32); }

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

border-color css

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

 span { border-color: rgb(124,193,32); }

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