Html Css Color HEX #7ACF20 Lima

📋 copy color: '#7ACF20'

red 122 ◦ green 207 ◦ blue 32

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

Shades of Lima #7ACF20

Tints of Lima #7ACF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.34%

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

R = 33.8%
G = 57.34%
B = 8.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#7ACF20 (or 0x7ACF20) is known color: Lima. HEX triplet: 7A, CF and 20. RGB value is (122,207,32). Sum of RGB (Red+Green+Blue) = 122+207+32=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF20 is #8530DF. Grayscale: #A2A2A2. Windows color (decimal): -8728800 or 2150266. OLE color: 2150266.

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

Color convert

RGB 122 207 32 -
CMYK 0.41 0 0.85 0.19
HSL 89.14º 0.73% 0.47% -
HSV(B) 89.14º 0.85% 0.81% -
XYZ 30.6 48.87 9.19 -
YUV 161.64 54.84 99.73 -
System Red Green Blue C M Y K H S L
Decimal 122 207 32 0.41 0 0.85 0.19 89.14 0.73 0.47
Hex 7A CF 20 29 0 55 13 59 49 2F
Octal 172 317 40 51 0 125 23 131 111 57
Binary 1111010 11001111 100000 101001 0 1010101 10011 1011001 1001001 101111

Color Harmonies of #7ACF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF20

Black with #7ACF20

Text Example


Text Example

White with #7ACF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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