Html Css Color HEX #7CB932 Lima

📋 copy color: '#7CB932'

red 124 ◦ green 185 ◦ blue 50

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

Shades of Lima #7CB932

Tints of Lima #7CB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.53%

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

R = 34.54%
G = 51.53%
B = 13.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#7CB932 (or 0x7CB932) is known color: Lima. HEX triplet: 7C, B9 and 32. RGB value is (124,185,50). Sum of RGB (Red+Green+Blue) = 124+185+50=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB932 is #8346CD. Grayscale: #979797. Windows color (decimal): -8603342 or 3324284. OLE color: 3324284.

HSL color Cylindrical-coordinate representation of color #7CB932: hue angle of 87.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CB932 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 50 -
CMYK 0.33 0 0.73 0.27
HSL 87.11º 0.57% 0.46% -
HSV(B) 87.11º 0.73% 0.73% -
XYZ 26.24 39.21 9.2 -
YUV 151.37 70.79 108.48 -
System Red Green Blue C M Y K H S L
Decimal 124 185 50 0.33 0 0.73 0.27 87.11 0.57 0.46
Hex 7C B9 32 21 0 49 1B 57 39 2E
Octal 174 271 62 41 0 111 33 127 71 56
Binary 1111100 10111001 110010 100001 0 1001001 11011 1010111 111001 101110

Color Harmonies of #7CB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB932

Black with #7CB932

Text Example


Text Example

White with #7CB932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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