Html Css Color HEX #7CB72C Lima

📋 copy color: '#7CB72C'

red 124 ◦ green 183 ◦ blue 44

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

Shades of Lima #7CB72C

Tints of Lima #7CB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.14%

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 35.33%
G = 52.14%
B = 12.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#7CB72C (or 0x7CB72C) is known color: Lima. HEX triplet: 7C, B7 and 2C. RGB value is (124,183,44). Sum of RGB (Red+Green+Blue) = 124+183+44=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB72C is #8348D3. Grayscale: #969696. Windows color (decimal): -8603860 or 2930556. OLE color: 2930556.

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

Color convert

RGB 124 183 44 -
CMYK 0.32 0 0.76 0.28
HSL 85.47º 0.61% 0.45% -
HSV(B) 85.47º 0.76% 0.72% -
XYZ 25.7 38.33 8.43 -
YUV 149.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 124 183 44 0.32 0 0.76 0.28 85.47 0.61 0.45
Hex 7C B7 2C 20 0 4C 1C 55 3D 2D
Octal 174 267 54 40 0 114 34 125 75 55
Binary 1111100 10110111 101100 100000 0 1001100 11100 1010101 111101 101101

Color Harmonies of #7CB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB72C

Black with #7CB72C

Text Example


Text Example

White with #7CB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,44); }

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

background-color css

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

 a { background-color: rgb(124,183,44); }

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

border-color css

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

 span { border-color: rgb(124,183,44); }

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