Html Css Color HEX #7CB61C Lima

📋 copy color: '#7CB61C'

red 124 ◦ green 182 ◦ blue 28

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

Shades of Lima #7CB61C

Tints of Lima #7CB61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 37.13%
G = 54.49%
B = 8.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#7CB61C (or 0x7CB61C) is known color: Lima. HEX triplet: 7C, B6 and 1C. RGB value is (124,182,28). Sum of RGB (Red+Green+Blue) = 124+182+28=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB61C is #8349E3. Grayscale: #939393. Windows color (decimal): -8604132 or 1881724. OLE color: 1881724.

HSL color Cylindrical-coordinate representation of color #7CB61C: hue angle of 82.6º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CB61C is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 28 -
CMYK 0.32 0 0.85 0.29
HSL 82.6º 0.73% 0.41% -
HSV(B) 82.6º 0.85% 0.71% -
XYZ 25.25 37.82 7.07 -
YUV 147.1 60.78 111.52 -
System Red Green Blue C M Y K H S L
Decimal 124 182 28 0.32 0 0.85 0.29 82.6 0.73 0.41
Hex 7C B6 1C 20 0 55 1D 53 49 29
Octal 174 266 34 40 0 125 35 123 111 51
Binary 1111100 10110110 11100 100000 0 1010101 11101 1010011 1001001 101001

Color Harmonies of #7CB61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB61C

Black with #7CB61C

Text Example


Text Example

White with #7CB61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,28); }

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

background-color css

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

 a { background-color: rgb(124,182,28); }

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

border-color css

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

 span { border-color: rgb(124,182,28); }

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