Html Css Color HEX #7CB321 Lima

📋 copy color: '#7CB321'

red 124 ◦ green 179 ◦ blue 33

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

Shades of Lima #7CB321

Tints of Lima #7CB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 36.9%
G = 53.27%
B = 9.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#7CB321 (or 0x7CB321) is known color: Lima. HEX triplet: 7C, B3 and 21. RGB value is (124,179,33). Sum of RGB (Red+Green+Blue) = 124+179+33=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB321 is #834CDE. Grayscale: #929292. Windows color (decimal): -8604895 or 2208636. OLE color: 2208636.

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

Color convert

RGB 124 179 33 -
CMYK 0.31 0 0.82 0.30
HSL 82.6º 0.69% 0.42% -
HSV(B) 82.6º 0.82% 0.7% -
XYZ 24.71 36.64 7.21 -
YUV 145.91 64.28 112.37 -
System Red Green Blue C M Y K H S L
Decimal 124 179 33 0.31 0 0.82 0.30 82.6 0.69 0.42
Hex 7C B3 21 1F 0 52 1E 53 45 2A
Octal 174 263 41 37 0 122 36 123 105 52
Binary 1111100 10110011 100001 11111 0 1010010 11110 1010011 1000101 101010

Color Harmonies of #7CB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB321

Black with #7CB321

Text Example


Text Example

White with #7CB321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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