Html Css Color HEX #7CC220 Lima

📋 copy color: '#7CC220'

red 124 ◦ green 194 ◦ blue 32

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

Shades of Lima #7CC220

Tints of Lima #7CC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.43%

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

R = 35.43%
G = 55.43%
B = 9.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7CC220 (or 0x7CC220) is known color: Lima. HEX triplet: 7C, C2 and 20. RGB value is (124,194,32). Sum of RGB (Red+Green+Blue) = 124+194+32=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC220 is #833DDF. Grayscale: #9B9B9B. Windows color (decimal): -8601056 or 2146940. OLE color: 2146940.

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

Color convert

RGB 124 194 32 -
CMYK 0.36 0 0.84 0.24
HSL 85.93º 0.72% 0.44% -
HSV(B) 85.93º 0.84% 0.76% -
XYZ 27.86 42.97 8.19 -
YUV 154.6 58.81 106.17 -
System Red Green Blue C M Y K H S L
Decimal 124 194 32 0.36 0 0.84 0.24 85.93 0.72 0.44
Hex 7C C2 20 24 0 54 18 56 48 2C
Octal 174 302 40 44 0 124 30 126 110 54
Binary 1111100 11000010 100000 100100 0 1010100 11000 1010110 1001000 101100

Color Harmonies of #7CC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC220

Black with #7CC220

Text Example


Text Example

White with #7CC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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