Html Css Color HEX #7ABB34 Lima

📋 copy color: '#7ABB34'

red 122 ◦ green 187 ◦ blue 52

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

Shades of Lima #7ABB34

Tints of Lima #7ABB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

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

R = 33.8%
G = 51.8%
B = 14.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7ABB34 (or 0x7ABB34) is known color: Lima. HEX triplet: 7A, BB and 34. RGB value is (122,187,52). Sum of RGB (Red+Green+Blue) = 122+187+52=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB34 is #8544CB. Grayscale: #989898. Windows color (decimal): -8733900 or 3455866. OLE color: 3455866.

HSL color Cylindrical-coordinate representation of color #7ABB34: hue angle of 88.89º 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 #7ABB34 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 187 52 -
CMYK 0.35 0 0.72 0.27
HSL 88.89º 0.56% 0.47% -
HSV(B) 88.89º 0.72% 0.73% -
XYZ 26.42 39.93 9.56 -
YUV 152.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 122 187 52 0.35 0 0.72 0.27 88.89 0.56 0.47
Hex 7A BB 34 23 0 48 1B 59 38 2F
Octal 172 273 64 43 0 110 33 131 70 57
Binary 1111010 10111011 110100 100011 0 1001000 11011 1011001 111000 101111

Color Harmonies of #7ABB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABB34

Black with #7ABB34

Text Example


Text Example

White with #7ABB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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