Html Css Color HEX #7AC215 Lima

📋 copy color: '#7AC215'

red 122 ◦ green 194 ◦ blue 21

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

Shades of Lima #7AC215

Tints of Lima #7AC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.57%

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 36.2%
G = 57.57%
B = 6.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7AC215 (or 0x7AC215) is known color: Lima. HEX triplet: 7A, C2 and 15. RGB value is (122,194,21). Sum of RGB (Red+Green+Blue) = 122+194+21=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC215 is #853DEA. Grayscale: #999999. Windows color (decimal): -8732139 or 1426042. OLE color: 1426042.

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

Color convert

RGB 122 194 21 -
CMYK 0.37 0 0.89 0.24
HSL 84.97º 0.8% 0.42% -
HSV(B) 84.97º 0.89% 0.76% -
XYZ 27.45 42.78 7.52 -
YUV 152.75 53.65 106.07 -
System Red Green Blue C M Y K H S L
Decimal 122 194 21 0.37 0 0.89 0.24 84.97 0.8 0.42
Hex 7A C2 15 25 0 59 18 55 50 2A
Octal 172 302 25 45 0 131 30 125 120 52
Binary 1111010 11000010 10101 100101 0 1011001 11000 1010101 1010000 101010

Color Harmonies of #7AC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC215

Black with #7AC215

Text Example


Text Example

White with #7AC215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,194,21); }

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

background-color css

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

 a { background-color: rgb(122,194,21); }

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

border-color css

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

 span { border-color: rgb(122,194,21); }

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