Html Css Color HEX #7AC00B Lima

📋 copy color: '#7AC00B'

red 122 ◦ green 192 ◦ blue 11

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

Shades of Lima #7AC00B

Tints of Lima #7AC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 37.54%
G = 59.08%
B = 3.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#7AC00B (or 0x7AC00B) is known color: Lima. HEX triplet: 7A, C0 and 0B. RGB value is (122,192,11). Sum of RGB (Red+Green+Blue) = 122+192+11=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC00B is #853FF4. Grayscale: #979797. Windows color (decimal): -8732661 or 770170. OLE color: 770170.

HSL color Cylindrical-coordinate representation of color #7AC00B: hue angle of 83.2º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AC00B is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 11 -
CMYK 0.36 0 0.94 0.25
HSL 83.2º 0.89% 0.4% -
HSV(B) 83.2º 0.94% 0.75% -
XYZ 26.94 41.86 6.98 -
YUV 150.44 49.31 107.72 -
System Red Green Blue C M Y K H S L
Decimal 122 192 11 0.36 0 0.94 0.25 83.2 0.89 0.4
Hex 7A C0 B 24 0 5E 19 53 59 28
Octal 172 300 13 44 0 136 31 123 131 50
Binary 1111010 11000000 1011 100100 0 1011110 11001 1010011 1011001 101000

Color Harmonies of #7AC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC00B

Black with #7AC00B

Text Example


Text Example

White with #7AC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,11); }

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

background-color css

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

 a { background-color: rgb(122,192,11); }

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

border-color css

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

 span { border-color: rgb(122,192,11); }

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