Html Css Color HEX #7AB71C Lima

📋 copy color: '#7AB71C'

red 122 ◦ green 183 ◦ blue 28

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

Shades of Lima #7AB71C

Tints of Lima #7AB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.95%

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 36.64%
G = 54.95%
B = 8.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#7AB71C (or 0x7AB71C) is known color: Lima. HEX triplet: 7A, B7 and 1C. RGB value is (122,183,28). Sum of RGB (Red+Green+Blue) = 122+183+28=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB71C is #8548E3. Grayscale: #939393. Windows color (decimal): -8734948 or 1881978. OLE color: 1881978.

HSL color Cylindrical-coordinate representation of color #7AB71C: hue angle of 83.61º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AB71C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 183 28 -
CMYK 0.33 0 0.85 0.28
HSL 83.61º 0.73% 0.41% -
HSV(B) 83.61º 0.85% 0.72% -
XYZ 25.17 38.09 7.12 -
YUV 147.09 60.79 110.1 -
System Red Green Blue C M Y K H S L
Decimal 122 183 28 0.33 0 0.85 0.28 83.61 0.73 0.41
Hex 7A B7 1C 21 0 55 1C 54 49 29
Octal 172 267 34 41 0 125 34 124 111 51
Binary 1111010 10110111 11100 100001 0 1010101 11100 1010100 1001001 101001

Color Harmonies of #7AB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB71C

Black with #7AB71C

Text Example


Text Example

White with #7AB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,183,28); }

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

background-color css

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

 a { background-color: rgb(122,183,28); }

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

border-color css

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

 span { border-color: rgb(122,183,28); }

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