Html Css Color HEX #7CC820 Lima

📋 copy color: '#7CC820'

red 124 ◦ green 200 ◦ blue 32

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

Shades of Lima #7CC820

Tints of Lima #7CC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.18%

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

R = 34.83%
G = 56.18%
B = 8.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#7CC820 (or 0x7CC820) is known color: Lima. HEX triplet: 7C, C8 and 20. RGB value is (124,200,32). Sum of RGB (Red+Green+Blue) = 124+200+32=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC820 is #8337DF. Grayscale: #9E9E9E. Windows color (decimal): -8599520 or 2148476. OLE color: 2148476.

HSL color Cylindrical-coordinate representation of color #7CC820: hue angle of 87.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CC820 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 200 32 -
CMYK 0.38 0 0.84 0.22
HSL 87.14º 0.72% 0.45% -
HSV(B) 87.14º 0.84% 0.78% -
XYZ 29.23 45.7 8.65 -
YUV 158.12 56.82 103.66 -
System Red Green Blue C M Y K H S L
Decimal 124 200 32 0.38 0 0.84 0.22 87.14 0.72 0.45
Hex 7C C8 20 26 0 54 16 57 48 2D
Octal 174 310 40 46 0 124 26 127 110 55
Binary 1111100 11001000 100000 100110 0 1010100 10110 1010111 1001000 101101

Color Harmonies of #7CC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC820

Black with #7CC820

Text Example


Text Example

White with #7CC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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