Html Css Color HEX #7CB63A Lima

📋 copy color: '#7CB63A'

red 124 ◦ green 182 ◦ blue 58

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

Shades of Lima #7CB63A

Tints of Lima #7CB63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 34.07%
G = 50%
B = 15.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#7CB63A (or 0x7CB63A) is known color: Lima. HEX triplet: 7C, B6 and 3A. RGB value is (124,182,58). Sum of RGB (Red+Green+Blue) = 124+182+58=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB63A is #8349C5. Grayscale: #969696. Windows color (decimal): -8604102 or 3847804. OLE color: 3847804.

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

Color convert

RGB 124 182 58 -
CMYK 0.32 0 0.68 0.29
HSL 88.06º 0.52% 0.47% -
HSV(B) 88.06º 0.68% 0.71% -
XYZ 25.8 38.05 9.99 -
YUV 150.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 124 182 58 0.32 0 0.68 0.29 88.06 0.52 0.47
Hex 7C B6 3A 20 0 44 1D 58 34 2F
Octal 174 266 72 40 0 104 35 130 64 57
Binary 1111100 10110110 111010 100000 0 1000100 11101 1011000 110100 101111

Color Harmonies of #7CB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB63A

Black with #7CB63A

Text Example


Text Example

White with #7CB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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