Html Css Color HEX #7CB816 Lima

📋 copy color: '#7CB816'

red 124 ◦ green 184 ◦ blue 22

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

Shades of Lima #7CB816

Tints of Lima #7CB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.76%

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

R = 37.58%
G = 55.76%
B = 6.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#7CB816 (or 0x7CB816) is known color: Lima. HEX triplet: 7C, B8 and 16. RGB value is (124,184,22). Sum of RGB (Red+Green+Blue) = 124+184+22=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB816 is #8347E9. Grayscale: #949494. Windows color (decimal): -8603626 or 1489020. OLE color: 1489020.

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

Color convert

RGB 124 184 22 -
CMYK 0.33 0 0.88 0.28
HSL 82.22º 0.79% 0.4% -
HSV(B) 82.22º 0.88% 0.72% -
XYZ 25.6 38.62 6.87 -
YUV 147.59 57.12 111.17 -
System Red Green Blue C M Y K H S L
Decimal 124 184 22 0.33 0 0.88 0.28 82.22 0.79 0.4
Hex 7C B8 16 21 0 58 1C 52 4F 28
Octal 174 270 26 41 0 130 34 122 117 50
Binary 1111100 10111000 10110 100001 0 1011000 11100 1010010 1001111 101000

Color Harmonies of #7CB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB816

Black with #7CB816

Text Example


Text Example

White with #7CB816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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