Html Css Color HEX #7ABD32 Lima

📋 copy color: '#7ABD32'

red 122 ◦ green 189 ◦ blue 50

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

Shades of Lima #7ABD32

Tints of Lima #7ABD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 33.8%
G = 52.35%
B = 13.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#7ABD32 (or 0x7ABD32) is known color: Lima. HEX triplet: 7A, BD and 32. RGB value is (122,189,50). Sum of RGB (Red+Green+Blue) = 122+189+50=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD32 is #8542CD. Grayscale: #999999. Windows color (decimal): -8733390 or 3325306. OLE color: 3325306.

HSL color Cylindrical-coordinate representation of color #7ABD32: hue angle of 88.92º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7ABD32 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 189 50 -
CMYK 0.35 0 0.74 0.26
HSL 88.92º 0.58% 0.47% -
HSV(B) 88.92º 0.74% 0.74% -
XYZ 26.8 40.76 9.47 -
YUV 153.12 69.8 105.8 -
System Red Green Blue C M Y K H S L
Decimal 122 189 50 0.35 0 0.74 0.26 88.92 0.58 0.47
Hex 7A BD 32 23 0 4A 1A 59 3A 2F
Octal 172 275 62 43 0 112 32 131 72 57
Binary 1111010 10111101 110010 100011 0 1001010 11010 1011001 111010 101111

Color Harmonies of #7ABD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD32

Black with #7ABD32

Text Example


Text Example

White with #7ABD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,50); }

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

background-color css

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

 a { background-color: rgb(122,189,50); }

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

border-color css

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

 span { border-color: rgb(122,189,50); }

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