Html Css Color HEX #7CBA3B Lima

📋 copy color: '#7CBA3B'

red 124 ◦ green 186 ◦ blue 59

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

Shades of Lima #7CBA3B

Tints of Lima #7CBA3B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.41%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 33.6%
G = 50.41%
B = 15.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#7CBA3B (or 0x7CBA3B) is known color: Lima. HEX triplet: 7C, BA and 3B. RGB value is (124,186,59). Sum of RGB (Red+Green+Blue) = 124+186+59=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA3B is #8345C4. Grayscale: #999999. Windows color (decimal): -8603077 or 3914364. OLE color: 3914364.

HSL color Cylindrical-coordinate representation of color #7CBA3B: hue angle of 89.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CBA3B is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 59 -
CMYK 0.33 0 0.68 0.27
HSL 89.29º 0.52% 0.48% -
HSV(B) 89.29º 0.68% 0.73% -
XYZ 26.66 39.72 10.4 -
YUV 152.98 74.96 107.33 -
System Red Green Blue C M Y K H S L
Decimal 124 186 59 0.33 0 0.68 0.27 89.29 0.52 0.48
Hex 7C BA 3B 21 0 44 1B 59 34 30
Octal 174 272 73 41 0 104 33 131 64 60
Binary 1111100 10111010 111011 100001 0 1000100 11011 1011001 110100 110000

Color Harmonies of #7CBA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA3B

Black with #7CBA3B

Text Example


Text Example

White with #7CBA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,59); }

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

background-color css

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

 a { background-color: rgb(124,186,59); }

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

border-color css

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

 span { border-color: rgb(124,186,59); }

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