Html Css Color HEX #7CC816 Lima

📋 copy color: '#7CC816'

red 124 ◦ green 200 ◦ blue 22

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

Shades of Lima #7CC816

Tints of Lima #7CC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

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

R = 35.84%
G = 57.8%
B = 6.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#7CC816 (or 0x7CC816) is known color: Lima. HEX triplet: 7C, C8 and 16. RGB value is (124,200,22). Sum of RGB (Red+Green+Blue) = 124+200+22=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC816 is #8337E9. Grayscale: #9D9D9D. Windows color (decimal): -8599530 or 1493116. OLE color: 1493116.

HSL color Cylindrical-coordinate representation of color #7CC816: hue angle of 85.62º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CC816 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 200 22 -
CMYK 0.38 0 0.89 0.22
HSL 85.62º 0.8% 0.44% -
HSV(B) 85.62º 0.89% 0.78% -
XYZ 29.11 45.65 8.04 -
YUV 156.98 51.82 104.47 -
System Red Green Blue C M Y K H S L
Decimal 124 200 22 0.38 0 0.89 0.22 85.62 0.8 0.44
Hex 7C C8 16 26 0 59 16 56 50 2C
Octal 174 310 26 46 0 131 26 126 120 54
Binary 1111100 11001000 10110 100110 0 1011001 10110 1010110 1010000 101100

Color Harmonies of #7CC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC816

Black with #7CC816

Text Example


Text Example

White with #7CC816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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