Html Css Color HEX #7CB315 Lima

📋 copy color: '#7CB315'

red 124 ◦ green 179 ◦ blue 21

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

Shades of Lima #7CB315

Tints of Lima #7CB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.25%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 38.27%
G = 55.25%
B = 6.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#7CB315 (or 0x7CB315) is known color: Lima. HEX triplet: 7C, B3 and 15. RGB value is (124,179,21). Sum of RGB (Red+Green+Blue) = 124+179+21=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB315 is #834CEA. Grayscale: #919191. Windows color (decimal): -8604907 or 1422204. OLE color: 1422204.

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

Color convert

RGB 124 179 21 -
CMYK 0.31 0 0.88 0.30
HSL 80.89º 0.79% 0.39% -
HSV(B) 80.89º 0.88% 0.7% -
XYZ 24.57 36.58 6.48 -
YUV 144.54 58.28 113.35 -
System Red Green Blue C M Y K H S L
Decimal 124 179 21 0.31 0 0.88 0.30 80.89 0.79 0.39
Hex 7C B3 15 1F 0 58 1E 51 4F 27
Octal 174 263 25 37 0 130 36 121 117 47
Binary 1111100 10110011 10101 11111 0 1011000 11110 1010001 1001111 100111

Color Harmonies of #7CB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB315

Black with #7CB315

Text Example


Text Example

White with #7CB315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,21); }

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

background-color css

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

 a { background-color: rgb(124,179,21); }

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

border-color css

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

 span { border-color: rgb(124,179,21); }

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