Html Css Color HEX #7AB525 Lima

📋 copy color: '#7AB525'

red 122 ◦ green 181 ◦ blue 37

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

Shades of Lima #7AB525

Tints of Lima #7AB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.24%

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 35.88%
G = 53.24%
B = 10.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#7AB525 (or 0x7AB525) is known color: Lima. HEX triplet: 7A, B5 and 25. RGB value is (122,181,37). Sum of RGB (Red+Green+Blue) = 122+181+37=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB525 is #854ADA. Grayscale: #939393. Windows color (decimal): -8735451 or 2471290. OLE color: 2471290.

HSL color Cylindrical-coordinate representation of color #7AB525: hue angle of 84.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AB525 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 181 37 -
CMYK 0.33 0 0.80 0.29
HSL 84.58º 0.66% 0.43% -
HSV(B) 84.58º 0.8% 0.71% -
XYZ 24.88 37.32 7.64 -
YUV 146.94 65.95 110.21 -
System Red Green Blue C M Y K H S L
Decimal 122 181 37 0.33 0 0.80 0.29 84.58 0.66 0.43
Hex 7A B5 25 21 0 50 1D 55 42 2B
Octal 172 265 45 41 0 120 35 125 102 53
Binary 1111010 10110101 100101 100001 0 1010000 11101 1010101 1000010 101011

Color Harmonies of #7AB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB525

Black with #7AB525

Text Example


Text Example

White with #7AB525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,37); }

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

background-color css

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

 a { background-color: rgb(122,181,37); }

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

border-color css

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

 span { border-color: rgb(122,181,37); }

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