#7CAA25

Color #7CAA25 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CAA25

Tints of Lima #7CAA25

Color information

#7CAA25 (or 0x7CAA25) is unknown color: approx Lima. HEX triplet: 7C, AA and 25. RGB value is (124,170,37). Sum of RGB (Red+Green+Blue) = 124+170+37=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA25 is #8355DA. Grayscale: #8D8D8D. Windows color (decimal): -8607195 or 2468476. OLE color: 2468476.

HSL color Cylindrical-coordinate representation of color #7CAA25: hue angle of 80.75º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CAA25 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB12417037-
CMYK0.2700.780.33
HSL80.75º64.25%40.59%-
HSV(B)80.75º78.24%66.67%-
XYZ23.0233.176.94-
YUV141.0869.26115.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=37.46%
G=51.36%
B=11.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124170370.2700.780.3380.7564.2540.59
Hex7CAA251B04E21514029
Octal174252453301164112110051
Binary111110010101010100101110110100111010000110100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,37); }

 H1.HeaderClassName
 {
   color: #7CAA25;
 }
 .AnyTagClassName
 {
   color: #7CAA25;
 }
</style>
background-color css

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

 a { background-color: rgb(124,170,37); }

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

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

 span { border-color: rgb(124,170,37); }

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