Html Css Color HEX #7CC320 Lima

📋 copy color: '#7CC320'

red 124 ◦ green 195 ◦ blue 32

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

Shades of Lima #7CC320

Tints of Lima #7CC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.56%

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

R = 35.33%
G = 55.56%
B = 9.12%

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

#7CC320 (or 0x7CC320) is known color: Lima. HEX triplet: 7C, C3 and 20. RGB value is (124,195,32). Sum of RGB (Red+Green+Blue) = 124+195+32=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC320 is #833CDF. Grayscale: #9B9B9B. Windows color (decimal): -8600800 or 2147196. OLE color: 2147196.

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

Color convert

RGB 124 195 32 -
CMYK 0.36 0 0.84 0.24
HSL 86.13º 0.72% 0.45% -
HSV(B) 86.13º 0.84% 0.76% -
XYZ 28.09 43.42 8.27 -
YUV 155.19 58.48 105.75 -
System Red Green Blue C M Y K H S L
Decimal 124 195 32 0.36 0 0.84 0.24 86.13 0.72 0.45
Hex 7C C3 20 24 0 54 18 56 48 2D
Octal 174 303 40 44 0 124 30 126 110 55
Binary 1111100 11000011 100000 100100 0 1010100 11000 1010110 1001000 101101

Color Harmonies of #7CC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC320

Black with #7CC320

Text Example


Text Example

White with #7CC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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