Html Css Color HEX #7CB72B Lima

📋 copy color: '#7CB72B'

red 124 ◦ green 183 ◦ blue 43

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

Shades of Lima #7CB72B

Tints of Lima #7CB72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 35.43%
G = 52.29%
B = 12.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#7CB72B (or 0x7CB72B) is known color: Lima. HEX triplet: 7C, B7 and 2B. RGB value is (124,183,43). Sum of RGB (Red+Green+Blue) = 124+183+43=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB72B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB72B is #8348D4. Grayscale: #959595. Windows color (decimal): -8603861 or 2865020. OLE color: 2865020.

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

Color convert

RGB 124 183 43 -
CMYK 0.32 0 0.77 0.28
HSL 85.29º 0.62% 0.44% -
HSV(B) 85.29º 0.77% 0.72% -
XYZ 25.68 38.33 8.33 -
YUV 149.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 124 183 43 0.32 0 0.77 0.28 85.29 0.62 0.44
Hex 7C B7 2B 20 0 4D 1C 55 3E 2C
Octal 174 267 53 40 0 115 34 125 76 54
Binary 1111100 10110111 101011 100000 0 1001101 11100 1010101 111110 101100

Color Harmonies of #7CB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB72B

Black with #7CB72B

Text Example


Text Example

White with #7CB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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