Html Css Color HEX #7AB72D Lima

📋 copy color: '#7AB72D'

red 122 ◦ green 183 ◦ blue 45

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

Shades of Lima #7AB72D

Tints of Lima #7AB72D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.29%

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

R = 34.86%
G = 52.29%
B = 12.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#7AB72D (or 0x7AB72D) is known color: Lima. HEX triplet: 7A, B7 and 2D. RGB value is (122,183,45). Sum of RGB (Red+Green+Blue) = 122+183+45=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB72D is #8548D2. Grayscale: #959595. Windows color (decimal): -8734931 or 2996090. OLE color: 2996090.

HSL color Cylindrical-coordinate representation of color #7AB72D: hue angle of 86.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AB72D is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 183 45 -
CMYK 0.33 0 0.75 0.28
HSL 86.52º 0.61% 0.45% -
HSV(B) 86.52º 0.75% 0.72% -
XYZ 25.43 38.19 8.51 -
YUV 149.03 69.29 108.72 -
System Red Green Blue C M Y K H S L
Decimal 122 183 45 0.33 0 0.75 0.28 86.52 0.61 0.45
Hex 7A B7 2D 21 0 4B 1C 57 3D 2D
Octal 172 267 55 41 0 113 34 127 75 55
Binary 1111010 10110111 101101 100001 0 1001011 11100 1010111 111101 101101

Color Harmonies of #7AB72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB72D

Black with #7AB72D

Text Example


Text Example

White with #7AB72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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