Html Css Color HEX #7CC032 Lima

📋 copy color: '#7CC032'

red 124 ◦ green 192 ◦ blue 50

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

Shades of Lima #7CC032

Tints of Lima #7CC032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 33.88%
G = 52.46%
B = 13.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#7CC032 (or 0x7CC032) is known color: Lima. HEX triplet: 7C, C0 and 32. RGB value is (124,192,50). Sum of RGB (Red+Green+Blue) = 124+192+50=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC032 is #833FCD. Grayscale: #9B9B9B. Windows color (decimal): -8601550 or 3326076. OLE color: 3326076.

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

Color convert

RGB 124 192 50 -
CMYK 0.35 0 0.74 0.25
HSL 88.73º 0.59% 0.47% -
HSV(B) 88.73º 0.74% 0.75% -
XYZ 27.74 42.21 9.7 -
YUV 155.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 124 192 50 0.35 0 0.74 0.25 88.73 0.59 0.47
Hex 7C C0 32 23 0 4A 19 59 3B 2F
Octal 174 300 62 43 0 112 31 131 73 57
Binary 1111100 11000000 110010 100011 0 1001010 11001 1011001 111011 101111

Color Harmonies of #7CC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC032

Black with #7CC032

Text Example


Text Example

White with #7CC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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