Html Css Color HEX #7ACA2D Lima

📋 copy color: '#7ACA2D'

red 122 ◦ green 202 ◦ blue 45

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

Shades of Lima #7ACA2D

Tints of Lima #7ACA2D

RGB

 RED value IS 122 (48.05% from 255) = 33.06%

 GREEN value IS 202 (79.3% from 255) = 54.74%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 33.06%
G = 54.74%
B = 12.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#7ACA2D (or 0x7ACA2D) is known color: Lima. HEX triplet: 7A, CA and 2D. RGB value is (122,202,45). Sum of RGB (Red+Green+Blue) = 122+202+45=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACA2D is #8535D2. Grayscale: #A0A0A0. Windows color (decimal): -8730067 or 3000954. OLE color: 3000954.

HSL color Cylindrical-coordinate representation of color #7ACA2D: hue angle of 90.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ACA2D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 202 45 -
CMYK 0.40 0 0.78 0.21
HSL 90.57º 0.64% 0.48% -
HSV(B) 90.57º 0.78% 0.79% -
XYZ 29.62 46.57 9.91 -
YUV 160.18 63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 122 202 45 0.40 0 0.78 0.21 90.57 0.64 0.48
Hex 7A CA 2D 28 0 4E 15 5B 40 30
Octal 172 312 55 50 0 116 25 133 100 60
Binary 1111010 11001010 101101 101000 0 1001110 10101 1011011 1000000 110000

Color Harmonies of #7ACA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACA2D

Black with #7ACA2D

Text Example


Text Example

White with #7ACA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,202,45); }

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

background-color css

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

 a { background-color: rgb(122,202,45); }

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

border-color css

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

 span { border-color: rgb(122,202,45); }

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