Html Css Color HEX #7CB916 Lima

📋 copy color: '#7CB916'

red 124 ◦ green 185 ◦ blue 22

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

Shades of Lima #7CB916

Tints of Lima #7CB916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 37.46%
G = 55.89%
B = 6.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#7CB916 (or 0x7CB916) is known color: Lima. HEX triplet: 7C, B9 and 16. RGB value is (124,185,22). Sum of RGB (Red+Green+Blue) = 124+185+22=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB916 is #8346E9. Grayscale: #949494. Windows color (decimal): -8603370 or 1489276. OLE color: 1489276.

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

Color convert

RGB 124 185 22 -
CMYK 0.33 0 0.88 0.27
HSL 82.45º 0.79% 0.41% -
HSV(B) 82.45º 0.88% 0.73% -
XYZ 25.81 39.04 6.93 -
YUV 148.18 56.79 110.75 -
System Red Green Blue C M Y K H S L
Decimal 124 185 22 0.33 0 0.88 0.27 82.45 0.79 0.41
Hex 7C B9 16 21 0 58 1B 52 4F 29
Octal 174 271 26 41 0 130 33 122 117 51
Binary 1111100 10111001 10110 100001 0 1011000 11011 1010010 1001111 101001

Color Harmonies of #7CB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB916

Black with #7CB916

Text Example


Text Example

White with #7CB916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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