Html Css Color HEX #7CB116 Lima

📋 copy color: '#7CB116'

red 124 ◦ green 177 ◦ blue 22

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

Shades of Lima #7CB116

Tints of Lima #7CB116

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.8%

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

R = 38.39%
G = 54.8%
B = 6.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#7CB116 (or 0x7CB116) is known color: Lima. HEX triplet: 7C, B1 and 16. RGB value is (124,177,22). Sum of RGB (Red+Green+Blue) = 124+177+22=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB116 is #834EE9. Grayscale: #909090. Windows color (decimal): -8605418 or 1487228. OLE color: 1487228.

HSL color Cylindrical-coordinate representation of color #7CB116: hue angle of 80.52º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CB116 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 177 22 -
CMYK 0.30 0 0.88 0.31
HSL 80.52º 0.78% 0.39% -
HSV(B) 80.52º 0.88% 0.69% -
XYZ 24.18 35.79 6.39 -
YUV 143.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 124 177 22 0.30 0 0.88 0.31 80.52 0.78 0.39
Hex 7C B1 16 1E 0 58 1F 51 4E 27
Octal 174 261 26 36 0 130 37 121 116 47
Binary 1111100 10110001 10110 11110 0 1011000 11111 1010001 1001110 100111

Color Harmonies of #7CB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB116

Black with #7CB116

Text Example


Text Example

White with #7CB116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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