Html Css Color HEX #7CC116 Lima

📋 copy color: '#7CC116'

red 124 ◦ green 193 ◦ blue 22

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

Shades of Lima #7CC116

Tints of Lima #7CC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.93%

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

R = 36.58%
G = 56.93%
B = 6.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7CC116 (or 0x7CC116) is known color: Lima. HEX triplet: 7C, C1 and 16. RGB value is (124,193,22). Sum of RGB (Red+Green+Blue) = 124+193+22=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC116 is #833EE9. Grayscale: #999999. Windows color (decimal): -8601322 or 1491324. OLE color: 1491324.

HSL color Cylindrical-coordinate representation of color #7CC116: hue angle of 84.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CC116 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 22 -
CMYK 0.36 0 0.89 0.24
HSL 84.21º 0.8% 0.42% -
HSV(B) 84.21º 0.89% 0.76% -
XYZ 27.53 42.48 7.51 -
YUV 152.88 54.14 107.4 -
System Red Green Blue C M Y K H S L
Decimal 124 193 22 0.36 0 0.89 0.24 84.21 0.8 0.42
Hex 7C C1 16 24 0 59 18 54 50 2A
Octal 174 301 26 44 0 131 30 124 120 52
Binary 1111100 11000001 10110 100100 0 1011001 11000 1010100 1010000 101010

Color Harmonies of #7CC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC116

Black with #7CC116

Text Example


Text Example

White with #7CC116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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