Html Css Color HEX #7AB725 Lima

📋 copy color: '#7AB725'

red 122 ◦ green 183 ◦ blue 37

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

Shades of Lima #7AB725

Tints of Lima #7AB725

RGB

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

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

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

R = 35.67%
G = 53.51%
B = 10.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#7AB725 (or 0x7AB725) is known color: Lima. HEX triplet: 7A, B7 and 25. RGB value is (122,183,37). Sum of RGB (Red+Green+Blue) = 122+183+37=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB725 is #8548DA. Grayscale: #949494. Windows color (decimal): -8734939 or 2471802. OLE color: 2471802.

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

Color convert

RGB 122 183 37 -
CMYK 0.33 0 0.80 0.28
HSL 85.07º 0.66% 0.43% -
HSV(B) 85.07º 0.8% 0.72% -
XYZ 25.29 38.14 7.78 -
YUV 148.12 65.29 109.37 -
System Red Green Blue C M Y K H S L
Decimal 122 183 37 0.33 0 0.80 0.28 85.07 0.66 0.43
Hex 7A B7 25 21 0 50 1C 55 42 2B
Octal 172 267 45 41 0 120 34 125 102 53
Binary 1111010 10110111 100101 100001 0 1010000 11100 1010101 1000010 101011

Color Harmonies of #7AB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB725

Black with #7AB725

Text Example


Text Example

White with #7AB725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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