Html Css Color HEX #7ABC34 Lima

📋 copy color: '#7ABC34'

red 122 ◦ green 188 ◦ blue 52

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

Shades of Lima #7ABC34

Tints of Lima #7ABC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 33.7%
G = 51.93%
B = 14.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#7ABC34 (or 0x7ABC34) is known color: Lima. HEX triplet: 7A, BC and 34. RGB value is (122,188,52). Sum of RGB (Red+Green+Blue) = 122+188+52=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC34 is #8543CB. Grayscale: #999999. Windows color (decimal): -8733644 or 3456122. OLE color: 3456122.

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

Color convert

RGB 122 188 52 -
CMYK 0.35 0 0.72 0.26
HSL 89.12º 0.57% 0.47% -
HSV(B) 89.12º 0.72% 0.74% -
XYZ 26.63 40.35 9.63 -
YUV 152.76 71.13 106.06 -
System Red Green Blue C M Y K H S L
Decimal 122 188 52 0.35 0 0.72 0.26 89.12 0.57 0.47
Hex 7A BC 34 23 0 48 1A 59 39 2F
Octal 172 274 64 43 0 110 32 131 71 57
Binary 1111010 10111100 110100 100011 0 1001000 11010 1011001 111001 101111

Color Harmonies of #7ABC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC34

Black with #7ABC34

Text Example


Text Example

White with #7ABC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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