Html Css Color HEX #7CC020 Lima

📋 copy color: '#7CC020'

red 124 ◦ green 192 ◦ blue 32

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

Shades of Lima #7CC020

Tints of Lima #7CC020

RGB

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

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

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

R = 35.63%
G = 55.17%
B = 9.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#7CC020 (or 0x7CC020) is known color: Lima. HEX triplet: 7C, C0 and 20. RGB value is (124,192,32). Sum of RGB (Red+Green+Blue) = 124+192+32=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC020 is #833FDF. Grayscale: #9A9A9A. Windows color (decimal): -8601568 or 2146428. OLE color: 2146428.

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

Color convert

RGB 124 192 32 -
CMYK 0.35 0 0.83 0.25
HSL 85.5º 0.71% 0.44% -
HSV(B) 85.5º 0.83% 0.75% -
XYZ 27.42 42.09 8.05 -
YUV 153.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 124 192 32 0.35 0 0.83 0.25 85.5 0.71 0.44
Hex 7C C0 20 23 0 53 19 56 47 2C
Octal 174 300 40 43 0 123 31 126 107 54
Binary 1111100 11000000 100000 100011 0 1010011 11001 1010110 1000111 101100

Color Harmonies of #7CC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC020

Black with #7CC020

Text Example


Text Example

White with #7CC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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