Html Css Color HEX #7AB02D Lima

📋 copy color: '#7AB02D'

red 122 ◦ green 176 ◦ blue 45

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

Shades of Lima #7AB02D

Tints of Lima #7AB02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

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

R = 35.57%
G = 51.31%
B = 13.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#7AB02D (or 0x7AB02D) is known color: Lima. HEX triplet: 7A, B0 and 2D. RGB value is (122,176,45). Sum of RGB (Red+Green+Blue) = 122+176+45=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB02D is #854FD2. Grayscale: #919191. Windows color (decimal): -8736723 or 2994298. OLE color: 2994298.

HSL color Cylindrical-coordinate representation of color #7AB02D: hue angle of 84.73º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AB02D is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 176 45 -
CMYK 0.31 0 0.74 0.31
HSL 84.73º 0.59% 0.43% -
HSV(B) 84.73º 0.74% 0.69% -
XYZ 24.03 35.38 8.04 -
YUV 144.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 122 176 45 0.31 0 0.74 0.31 84.73 0.59 0.43
Hex 7A B0 2D 1F 0 4A 1F 55 3B 2B
Octal 172 260 55 37 0 112 37 125 73 53
Binary 1111010 10110000 101101 11111 0 1001010 11111 1010101 111011 101011

Color Harmonies of #7AB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB02D

Black with #7AB02D

Text Example


Text Example

White with #7AB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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