Html Css Color HEX #7CB31A Lima

📋 copy color: '#7CB31A'

red 124 ◦ green 179 ◦ blue 26

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

Shades of Lima #7CB31A

Tints of Lima #7CB31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 37.69%
G = 54.41%
B = 7.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#7CB31A (or 0x7CB31A) is known color: Lima. HEX triplet: 7C, B3 and 1A. RGB value is (124,179,26). Sum of RGB (Red+Green+Blue) = 124+179+26=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB31A is #834CE5. Grayscale: #919191. Windows color (decimal): -8604902 or 1749884. OLE color: 1749884.

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

Color convert

RGB 124 179 26 -
CMYK 0.31 0 0.85 0.30
HSL 81.57º 0.75% 0.4% -
HSV(B) 81.57º 0.85% 0.7% -
XYZ 24.62 36.6 6.74 -
YUV 145.11 60.78 112.94 -
System Red Green Blue C M Y K H S L
Decimal 124 179 26 0.31 0 0.85 0.30 81.57 0.75 0.4
Hex 7C B3 1A 1F 0 55 1E 52 4B 28
Octal 174 263 32 37 0 125 36 122 113 50
Binary 1111100 10110011 11010 11111 0 1010101 11110 1010010 1001011 101000

Color Harmonies of #7CB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB31A

Black with #7CB31A

Text Example


Text Example

White with #7CB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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