Html Css Color HEX #7AC307 Lima

📋 copy color: '#7AC307'

red 122 ◦ green 195 ◦ blue 7

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

Shades of Lima #7AC307

Tints of Lima #7AC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.19%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 37.65%
G = 60.19%
B = 2.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#7AC307 (or 0x7AC307) is known color: Lima. HEX triplet: 7A, C3 and 07. RGB value is (122,195,7). Sum of RGB (Red+Green+Blue) = 122+195+7=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC307 is #853CF8. Grayscale: #989898. Windows color (decimal): -8731897 or 508794. OLE color: 508794.

HSL color Cylindrical-coordinate representation of color #7AC307: hue angle of 83.3º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AC307 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 195 7 -
CMYK 0.37 0 0.96 0.24
HSL 83.3º 0.93% 0.4% -
HSV(B) 83.3º 0.96% 0.76% -
XYZ 27.58 43.18 7.08 -
YUV 151.74 46.32 106.79 -
System Red Green Blue C M Y K H S L
Decimal 122 195 7 0.37 0 0.96 0.24 83.3 0.93 0.4
Hex 7A C3 7 25 0 60 18 53 5D 28
Octal 172 303 7 45 0 140 30 123 135 50
Binary 1111010 11000011 111 100101 0 1100000 11000 1010011 1011101 101000

Color Harmonies of #7AC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC307

Black with #7AC307

Text Example


Text Example

White with #7AC307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,195,7); }

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

background-color css

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

 a { background-color: rgb(122,195,7); }

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

border-color css

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

 span { border-color: rgb(122,195,7); }

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