Html Css Color HEX #7CB30A Lima

📋 copy color: '#7CB30A'

red 124 ◦ green 179 ◦ blue 10

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

Shades of Lima #7CB30A

Tints of Lima #7CB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 39.62%
G = 57.19%
B = 3.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#7CB30A (or 0x7CB30A) is known color: Lima. HEX triplet: 7C, B3 and 0A. RGB value is (124,179,10). Sum of RGB (Red+Green+Blue) = 124+179+10=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB30A is #834CF5. Grayscale: #8F8F8F. Windows color (decimal): -8604918 or 701308. OLE color: 701308.

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

Color convert

RGB 124 179 10 -
CMYK 0.31 0 0.94 0.30
HSL 79.53º 0.89% 0.37% -
HSV(B) 79.53º 0.94% 0.7% -
XYZ 24.49 36.55 6.05 -
YUV 143.29 52.78 114.24 -
System Red Green Blue C M Y K H S L
Decimal 124 179 10 0.31 0 0.94 0.30 79.53 0.89 0.37
Hex 7C B3 A 1F 0 5E 1E 50 59 25
Octal 174 263 12 37 0 136 36 120 131 45
Binary 1111100 10110011 1010 11111 0 1011110 11110 1010000 1011001 100101

Color Harmonies of #7CB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB30A

Black with #7CB30A

Text Example


Text Example

White with #7CB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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