Html Css Color HEX #7AB82F Lima

📋 copy color: '#7AB82F'

red 122 ◦ green 184 ◦ blue 47

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

Shades of Lima #7AB82F

Tints of Lima #7AB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.12%

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 34.56%
G = 52.12%
B = 13.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#7AB82F (or 0x7AB82F) is known color: Lima. HEX triplet: 7A, B8 and 2F. RGB value is (122,184,47). Sum of RGB (Red+Green+Blue) = 122+184+47=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB82F is #8547D0. Grayscale: #969696. Windows color (decimal): -8734673 or 3127418. OLE color: 3127418.

HSL color Cylindrical-coordinate representation of color #7AB82F: hue angle of 87.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AB82F is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 184 47 -
CMYK 0.34 0 0.74 0.28
HSL 87.15º 0.59% 0.45% -
HSV(B) 87.15º 0.74% 0.72% -
XYZ 25.68 38.62 8.79 -
YUV 149.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 122 184 47 0.34 0 0.74 0.28 87.15 0.59 0.45
Hex 7A B8 2F 22 0 4A 1C 57 3B 2D
Octal 172 270 57 42 0 112 34 127 73 55
Binary 1111010 10111000 101111 100010 0 1001010 11100 1010111 111011 101101

Color Harmonies of #7AB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB82F

Black with #7AB82F

Text Example


Text Example

White with #7AB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,184,47); }

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

background-color css

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

 a { background-color: rgb(122,184,47); }

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

border-color css

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

 span { border-color: rgb(122,184,47); }

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