Html Css Color HEX #7ABA34 Lima

📋 copy color: '#7ABA34'

red 122 ◦ green 186 ◦ blue 52

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

Shades of Lima #7ABA34

Tints of Lima #7ABA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 33.89%
G = 51.67%
B = 14.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7ABA34 (or 0x7ABA34) is known color: Lima. HEX triplet: 7A, BA and 34. RGB value is (122,186,52). Sum of RGB (Red+Green+Blue) = 122+186+52=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA34 is #8545CB. Grayscale: #989898. Windows color (decimal): -8734156 or 3455610. OLE color: 3455610.

HSL color Cylindrical-coordinate representation of color #7ABA34: hue angle of 88.66º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ABA34 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 52 -
CMYK 0.34 0 0.72 0.27
HSL 88.66º 0.56% 0.47% -
HSV(B) 88.66º 0.72% 0.73% -
XYZ 26.2 39.5 9.49 -
YUV 151.59 71.8 106.9 -
System Red Green Blue C M Y K H S L
Decimal 122 186 52 0.34 0 0.72 0.27 88.66 0.56 0.47
Hex 7A BA 34 22 0 48 1B 59 38 2F
Octal 172 272 64 42 0 110 33 131 70 57
Binary 1111010 10111010 110100 100010 0 1001000 11011 1011001 111000 101111

Color Harmonies of #7ABA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA34

Black with #7ABA34

Text Example


Text Example

White with #7ABA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,52); }

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

background-color css

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

 a { background-color: rgb(122,186,52); }

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

border-color css

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

 span { border-color: rgb(122,186,52); }

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