Html Css Color HEX #7ACD20 Lima

📋 copy color: '#7ACD20'

red 122 ◦ green 205 ◦ blue 32

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

Shades of Lima #7ACD20

Tints of Lima #7ACD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.1%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 33.98%
G = 57.1%
B = 8.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#7ACD20 (or 0x7ACD20) is known color: Lima. HEX triplet: 7A, CD and 20. RGB value is (122,205,32). Sum of RGB (Red+Green+Blue) = 122+205+32=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD20 is #8532DF. Grayscale: #A1A1A1. Windows color (decimal): -8729312 or 2149754. OLE color: 2149754.

HSL color Cylindrical-coordinate representation of color #7ACD20: hue angle of 88.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7ACD20 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 205 32 -
CMYK 0.40 0 0.84 0.20
HSL 88.79º 0.73% 0.46% -
HSV(B) 88.79º 0.84% 0.8% -
XYZ 30.12 47.9 9.03 -
YUV 160.46 55.5 100.57 -
System Red Green Blue C M Y K H S L
Decimal 122 205 32 0.40 0 0.84 0.20 88.79 0.73 0.46
Hex 7A CD 20 28 0 54 14 59 49 2E
Octal 172 315 40 50 0 124 24 131 111 56
Binary 1111010 11001101 100000 101000 0 1010100 10100 1011001 1001001 101110

Color Harmonies of #7ACD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACD20

Black with #7ACD20

Text Example


Text Example

White with #7ACD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,205,32); }

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

background-color css

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

 a { background-color: rgb(122,205,32); }

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

border-color css

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

 span { border-color: rgb(122,205,32); }

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